已定义int n1=4,n2=7下面表达式计算结果为0的是()。
A.A B.B C.C D.D
该段程序的输出结果不应该是()。
A.5 B.6 C.7 D.8
f(a==1){a=b;}else{a++;}语句转换成具有功能相同的switch语句是()。