单项选择题

有如下程序段
int a=14, b=15, x;
char c='A';
X=(a&&b)&&(c<'B');
执行该程序后,x的值为( )。

A.true
B.false
C.0
D.1