Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
toupper - convert characters to uppercase
&pagelevel(4)&pagelevel
Syntax | #include <ctype.h> int toupper(int c); |
Description | toupper() converts the lowercase letter c to the corresponding uppercase letter.
|
Return val. | Uppercase of c if c is a lowercase letter. |
See also | strupper(), strlower(), tolower(), setlocale(), ctype.h.
|