选择题1.0分
C试卷
以下程序的输出结果是
main()
{ int a=4,b=5,c=0,d;
d=!a&&!b||!c;
printf("%d\n",d);
}

A1

B0

C非0的数

D-1

正确答案及相关解析

正确答案

A