单项选择题下列程序的运行结果是( )。 #include<stdio.h> main() int a=2,b=3,c=4; ifa<B) if(b<0)c=0; else c+=1; printf( %d n ,C) ;
单项选择题若有“double a;”,则正确的输入语句是( )。