单项选择题有以下程序:#include <stdio.h>main(){ int a=-2, b=0; while(a++&&++b);printf( %d, %d n , a, b); }程序运行后的输出结果是______。
单项选择题下列叙述中正确的是______。