Reverse words in a String C Program

Reverse words in a String C Program
Algorithm:
Step 1 : Reverse every word in the string.
Eg:-if string "Reverse this word"
"esreveR siht drow"
Step 2:-Now reverse the whole string
You get the output of Reverse words in a String

No comments: