单项选择题C语言的基本单位是( )。
单项选择题下列程序的运行结果是( )。 #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) ; }