判断字符型变量ch为大写字母的表达式是( )。
(A)'A' <= ch <= 'Z'
(B)(ch >= 'A') && (ch <= Z)
(C)(ch >= 'A') && (ch <= 'Z')
(D)A <= ch <= Z
Copyright ©