Converts a character to upper case.
int toupper (int c);
Return Value
This function returns the converted character.
Parameters
c
The character to be converted
Standard Library
See Also _tolower, tolower, _toupper