概述
如何用c语言实现单词统计
输入一串字符串,输出其中有多少个单词。
推荐学习:c语言视频教程
代码如下:
#include <stdio.h>
#include <string.h>
#define SIZE 20
int main(){
char str[SIZE]={'
如何用c语言实现单词统计
输入一串字符串,输出其中有多少个单词。
推荐学习:c语言视频教程
代码如下:
#include <stdio.h>
#include <string.h>
#define SIZE 20
int main(){
char str[SIZE]={'