i=0;
do printf(“%d,”,i); while(i++);
printf(“%d”,i);
其输出结果为( )。
A.0,0
B.0,1
C.1,1
D.程序进入无险循环
x的平方根 x>=0