C++ Programming/Code/Standard C Library/Functions/toupper
< C++ Programming < Code < Standard C Library < Functionstoupper
Syntax |
#include <cctype>
int toupper( int ch );
|
The toupper() function returns the uppercase version of the character ch.
- Related topics
- tolower
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.