标题:求解如果把gets函数换成其他的函数该怎样做?
取消只看楼主
疯狂的初学者
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2013-7-12
结帖率:0
已结贴  问题点数:20 回复次数:0 
求解如果把gets函数换成其他的函数该怎样做?
#include<stdio.h>
int main()
{ char string[81];
    int i,num=0,word=0;
    char c;
    gets(string);
    for(i=0;(c=string[i])!='\0';i++)
        if(c==' ')
        word=0;
    else if(word==0)
    {
        word=1;
        num++;
    }
        printf("There are %d words in the line .\n",num);
}
搜索更多相关主题的帖子: 极限 健康 
2013-07-14 10:03



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-417303-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.201448 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved