isupperTests for upper case character
|
Arguments
Return ValueA non-zero value is returned if the input character c is an upper case character, otherwise 0 is returned.ExplanationThe character c is tested as to whether it is an upper case character.See Alsoisalnum(), isalpha(), isascii(), iscntrl(), isdigit(), isgraph(), islower(), isprint(), ispunct(), isspace(), isxdigit() |