语法:
#include <cctype> int isupper( int ch );
如果参数是一个大写字母, isupper() 函数返回一个非零值。否则,返回零。
相关主题: islower, tolower