C String Uppercase: strupr()

The strupr(string) function returns string characters in uppercase. Let's see a simple example of strupr() function.

Output:

Enter string: w3cschoool
String is: w3cschoool
Upper String is: JAVATPOINT
Next TopicC strstr()


Contact US

Email:[email protected]

C strupr()
10/30