问题 单项选择题

下列程序的输出结果为( )。
#include <iostream.h>
main()

int a=4,b=3,c=1,d;
d=a&&b&&b>c-10;
cout<<d;

A.0
B.3
C.1
D.4

答案

参考答案:C

选择题
单项选择题