
- Forum
- Programming Talk
- C and C++
- Reversing the sentence
Reversing the sentence
This is a discussion on Reversing the sentence within the C and C++ forums, part of the Programming Talk category; How could I reverse the sentence by words?...
-
Reversing the sentence
How could I reverse the sentence by words?
-
Try to first split string into words (space being the delimiter, see if code at this site works http://kraftwrk.com/resources/c/split/split.htm. Then print in reverse order and place a space after each element.
Zafar
«
Drawbacks of Late Binding - Someone help me to fish out the problem
|
Enlighten by your answer to this technical term
»

Reply With Quote





