Program to reverse the position of words
Program to reverse the position of words in a given spaced string.
example :
input: my name is ayush
output: ayush is my name
input: you go there i will here
output : here will i there go you
..........................................................................................................................................................................
....................................................................................................................................................................
Comments
Post a Comment