isupper

Tests if a character is upper case.

int isupper (int c);

Required Header
<ctype.h>

Return Value

This function returns a non-zero value if the character is upper case.

Parameters

c

  The character to be tested

Char Type

See Also    isalnum, isalpha, isblank, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isxdigit