单项选择题

在以下选项中,没有构成死循环的是______

A.int i=10;
B.for(i=1;;i++) while(1) {i=i%10+1; if(i>10)break; }
C.int k=100; do{k++;}while(k>100);
D.int s=36; while(s)--s;
热门 试题