选择题1.0分
C试卷
有以下程序:
#include
main()
{char X='A';
x=(x>='A' &&x<='Z')?(x十32):x;
printf(”%c\n”,x);
}
程序的输出结果是(  )。

AA

Ba

CZ

Dz

正确答案及相关解析

正确答案

B