toupper
From C/C++ Reference
toupper
Syntax:
#include <cctype> int toupper( int ch );
The toupper() function returns the uppercase version of the character ch.
Related topics:
From C/C++ Reference
#include <cctype> int toupper( int ch );
The toupper() function returns the uppercase version of the character ch.