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