for循环只能用于循环次数已经确定的情况,这句话对么

来源:学生学帮网 编辑:学帮网 时间:2024/06/25 22:00:27

for循环只能用于循环次数已经确定的情况,这句话对么

不对······
char str[100];
gets(str);
for (int i=0;i