319
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()