设有如下定义:char ch = 'z'; 则执行下面语句后变量ch:( )。
char ch = 'z';
ch = ('A' <= ch && ch <= 'Z')? (ch + 32) : ch;
(A)A
(B)a
(C)Z
(D)z
Copyright ©