单选题
下列程序的输出结果为{{U}} {{/U}}。
main()
{
int a=4,b=3,c=1,d
d=a&&b&&b>c-!0;
cout<<d;
}
A.0
B.3
C.1
D.4
A
B
C
D
【正确答案】
C
【答案解析】
提交答案
关闭