Converting String to Uppercase
Learn how to convert string to uppercase in C.
The xstrupr( )
function
xstrupr( )
converts a given string into its uppercase equivalent. The basic syntax of the xstrupr( )
function is given below:
char* strcpy(const char *str1);
Here, str1
points to the target string.
Get hands-on with 1200+ tech skills courses.