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

以下程序的输出结果是______。
Main()
{ int a=4,b=5,c=0,d;
D=!a&&!b||!c;
Printf("%d\n",d)
}

A.1

C.非0的数

D.-1

正确答案是A