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


Contact US

Email:[email protected]

C strrev()
10/30