快乐学习 一个网站喵查铺子(catpuzi.com)全搞定~

以下不是死循环的程序段是

中国大学MOOC答案 数据帝 2024-04-09 扫描二维码

A、int s=36;
while (s) 
{
   --s;
}

B、int i=100;
while(1)
{
    i=i%100+1;
    if (i>100) break;
}

C、for( ; ;);
D、unsigned int k=0;
do{
        ++k;
} while (k>=0);

喵查答案:int s=36;
while (s) 
{
   --s;
}

喜欢 (0)
关于作者: