C Programming/ctype.h/isupper
Appearance
< C Programming | ctype.h
Synopsis
[edit | edit source]int isupper(int c);
Description
[edit | edit source]This function tests whether the character c is uppercase.
int isupper(int c);
This function tests whether the character c is uppercase.