Reverse words in a given string in c
belongs to collection: String Interview Questions in C, might ask by the interviewer.
All Answers
total answers (1)
belongs to collection: String Interview Questions in C, might ask by the interviewer.
total answers (1)
Steps to reverse words in a given string
If an input is “How are you”, the output will be “woH era uoy”.
For the better understanding see the below code,
Output: you are how
need an explanation for this answer? contact us directly to get an explanation for this answer