Syntax:
#include <cctype> int toupper( int ch );
The toupper() function returns the uppercase version of the character ch.
Related Topics: tolower
Submit feedback about this site to: