单项选择题

若有如下程序: main() {int a=0,t=0; while(!a!=0) t+=a++; printf("%d,%d\n",t,A) ; } 则程序运行后的输出结果是 ( )

A.0,1
B.1,0
C.0,0
D.1,1