单项选择题

以下不是无限循环的语句为:

A.for(y=0,x=1;x>++y;x=i++) i=x;
B.for(;;x++=i);
C.while(1){x++;}
D.for(i=10;;i--) sum+=i;
微信扫码免费搜题