单选题 若有以下程序
#include<stdio.h>
main()
{ int a=-2,b=0;
while(a++) ++b;
printf("%d,%d/n",a,b);
}
则程序的输出结果是______。
【正确答案】 D
【答案解析】