Reverse String

While working with text processing, we may need to reverse a string. This means to change the order of the characters in backward direction. Programming languages provides various methods to...