单选题

假定 int a = 1, b = 1, c = 0;

执行语句

int d = a && b || !c && !a; 

cout << d; 

的输出结果是( )。

A

true

B

false

C

1

D

0

赣ICP备20007335号-2