Advertisement



< Prev
Next >



C strupr() function



The strupr() is string function defined in the string.h header file, which is used to convert all the characters in a String to upper case letters.



Signature of strupr() function


char * strupr(char *str);







Note


The function strupr() when called on any char[] array, containing a string value, returns its contents as an upper case string.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement