选择题:设定义语句 int a=2,b=3,c=4;则以下表达式中,值为0的表达式是 ( )A.a&&b

题目内容:
设定义语句 int a=2,b=3,c=4;则以下表达式中,值为0的表达式是 ( )
A.a&&b
B.a<=b
C..a||b+c&&b-c
D.!((a
参考答案: