74
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: tutoraspire String is: tutoraspire Reverse String is: tnioptavaj
Next TopicC strlwr()