单项选择题下列可用于C语言标识符的一组是_______。
单项选择题以下程序的输出结果是_______。 main() int a=-1,b=1,k; if(++a<0)&&!(b-<=0)) printf( %d %d n ,a,b) ; else printf( %d %d n ,b,