Given a string,write a program to reverse the string.
Eg Input = "Hello"
Output= "olleH"
Published By : Suraj Ghimire
Given a string,write a program to reverse the string.
Eg Input = "Hello"
Output= "olleH"