下面哪一个循环会导致死循环?()

下面哪一个循环会导致死循环?()

A.for(intk=0;k<0;k );

B.for(intk=10;k>0;k--);

C.for(intk=0;k<10;k--);

D.for(intk=0;k>0;k );

正确答案:A

猜你喜欢