单选题 若有如下程序: main() {int a=0,t=0; while(!a!=0) t+=a++; printf("%d,%d/n",t,A) ; } 则程序运行后的输出结果是 ( )
【正确答案】 A
【答案解析】