已有定义: char c; ,程序前面已在命令行中包含 ctype.h 文件,不能用于判断 c 中的字符是否为大写字母的表达式是
A)isupper(c)
B) 'A'<=c<='Z'
C) 'A'<=c&&c<='Z'
D)c<=('2'-32)&&( 'a'-32)<=c