[单选题]
有如下程序段 #include void main( ) { int a=14,b=15,x; char c='A'; x=(a&&b) &&(c<'B') ; cout < < x;} 执行该程序段后,x的值为
A.ture
B.FALSE
C.0
D.1
参考答案与解析: