原 型:int isupper(int c);
头 文 件:ctype.h
返 回 值:如果c是大写字母,返回非零值;否则返回零。
相似函数:isalpha、islower
也可参见:tolower、toupper