Home » C strupr() function

C strupr() function

by Online Tutorials Library

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: tutoraspire String is: tutoraspire Upper String is: tutoraspire 
Next TopicC strstr()

You may also like