...

/

Converting String to Uppercase

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
...