C Reverse String: strrev()The strrev(string) function returns reverse of the given string. Let's see a simple example of strrev() function. Output: Enter string: javatpoint String is: javatpoint Reverse String is: tnioptavaj
Next TopicC strlwr()
|