Converting String to Uppercase
Learn how to convert string to uppercase in C.
We'll cover the following...
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
...