filmov
tv
Reverse each words in a string | solved explanation in C | any doubts post the comments

Показать описание
How to reverse each words in a string
without reversing the characters
Eg:
case 1:
Input =i love program
Output=program love i
case 2:
Input =this is my book
output=book my is this
without reversing the characters
Eg:
case 1:
Input =i love program
Output=program love i
case 2:
Input =this is my book
output=book my is this