问题详情
以下程序的输出结果是()。main(){ int a=1;char c=’a’;float f=2.0;Printf("%d ",(!(a==0),f1=0&&c==’A’));}A.0 B.1 C.2 D.3