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

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

A.for(y=0,x=1;x〉 y;x )

B.for(;;x )

C.while(1)x ;

D.for(i=10;;i--)sum =i;

正确答案:A

猜你喜欢