#include "string.h" int toupper( int ch ); The toupper() function returns the uppercase version of the character ch. Related topics: tolower
int toupper( int ch );
The toupper() function returns the uppercase version of the
character ch.