单项选择题

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

A) int i=100;
B) for(::);
while(1)
i=i%100+1:
if(i>100)break;C) int k=10000;
dok++;while(k>10000);
D) int s=36:
while(s)--s;