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

..........................................................................................................................................................................

....................................................................................................................................................................


connect with me on

Comments

Popular posts from this blog

LCM code tech mahindra 2022

Given two sorted arrays of size m and n .Find the number of common elements in them and also find what are that common elements.