单项选择题下列叙述中错误的是( )。
单项选择题下列程序的输出结果是( )。 #include<stdio.h> void main() int a=0,b=1,c=2; if(++a>0‖++b>0) ++C; printf( %d,%d,%d ,a,b,C) ;