單項選擇題以下不是無限循環(huán)的語句為().

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;


您可能感興趣的試卷