问题
单项选择题
有如下程序段 int a=14,b=15,x; char c='A'; x=(a&&b)&&(c<'B'); 执行该程序段后,x的值为______。
A.true
B.false
C.0
D.1
答案
参考答案:D
有如下程序段 int a=14,b=15,x; char c='A'; x=(a&&b)&&(c<'B'); 执行该程序段后,x的值为______。
A.true
B.false
C.0
D.1
参考答案:D