单选题 有如下程序段,执行该程序段后,x的值为(    )。
   int a=14,  b=15,x;
   char c='A';
   x=(a&&b)&&(c<'B');
   A.ture    B.false    C.0    D.1
【正确答案】 D
【答案解析】