试题详情

有以下程序 #include "stdio.h" void main() { int a=1; char c=‘a‘; float f=2.0; printf("%d\n",(!(a==0),f!=0&&c==‘A‘)); } 执行后的输出结果是( )。

A3

B2

C1

Dmain函数必须出现在固定位置