+ 1
C program to display the strings in reverse order
if we give Ravi Kumar it will display Kumar Ravi . if we give one two three it will display three two one.
2 Answers
+ 4
Start your seach from the end of the string searching for a space. Print everything after it as your first word. Change the space to null ('\0') and repeat the process for the next word stopping when you get to the beginning of the string and your last word.
Code it as best you can and link it here to get help making it work.
+ 1
please any one tell the answer