单选题 有如下程序段
&include<iostream.h>
void main()
int a=14,b=15,x;
char c='A':
x=(a && b) && (c<'B'=;
cout<<x;=
执行该程序段后,x的值为

【正确答案】 D
【答案解析】