单选题
以下程序段的输出结果为( )。
main()
{ char x='A';
x=(x>='A'&&x<='Z')?(x+32):x;
printf("/%c\n",x);
}
A.A B.a C.Z D.z
A
B
C
D
【正确答案】
B
【答案解析】
提交答案
关闭