以下程序的输出结果是。main { int a

以下程序的输出结果是()。

main()
{ int a=4,b=5,c=0,d;
  d=!a&&!b||!c;
  cout<<<d<<endl;
}
答案
A

题目信息

题号:5898
题型:单选题
难度:普通