[单选题]
下列程序的运行结果是()。include
main(){int a=2,b=3,c=4; if(a
下列程序的运行结果是( )。 #include<stdio.h> main() { int a=2,b=3,c=4; if(a<B) if(b<0) c=0; else c+=1; printf("%d/n",C) ; }
A.2
B.3
C.5
D.4
参考答案与解析: