C语言小白!求大佬帮忙!急!(最好帮忙看一下我的代码有什么问题,为什么运行不了) 10

已经给出一个含有一段英文的TXT文档,键盘输入该TXT名打开并读取,遇到,.?!四个标点符号时段落换行,遇到C语言32个关键词(比如:charintgoto等)时换行并且... 已经给出一个含有一段英文的TXT文档,键盘输入该TXT名打开并读取,遇到 , . ? ! 四个标点符号时段落换行,遇到C语言32个关键词(比如:char int goto等)时换行并且关键词单独一行,但是在关键词后面如果跟着上面的标点就关键词及标点在一行(比如:goto, ),请写一个头文件包涵有关关键词以及标点的相关函数,并且读取时将每个单词变成字符串存放在数组中。
最后输出:换行后的文档 以及总行数。
TXT文档:
C allows the programmer to write directly to memory unlike most of other programming languages.
Key constructs in C such as pointers and arrays are designed to structure and manipulate memory in
a machine-independent fashion.Thirty two Keywords in C are also called as reserved words such as
char, int, float, goto and void. C gives control over the memory layout of data structures! Dynamic
memory allocation in C is under the control of the programmer unlike languages like Java and Perl
that shield the programmer from memory allocation and pointers.This can be useful since dealing
with memory allocation when building a high-level program is a highly error-prone process. C
provides a uniform interface when dealing with low-level code such as the part of the OS that
controls a device. Do these capabilities exist in most other languages? Answer is no.
展开
 我来答
丿艾瑞灬莉娅
2019-10-17 · TA获得超过916个赞
知道小有建树答主
回答量:926
采纳率:78%
帮助的人:417万
展开全部
太长不看,但是,一眼看过去,keywords那一行应当是二维数组,即char keywords[][32],而且里面的字符串要用双引号
TableDI
2024-07-18 广告
VLOOKUP是Excel中用于垂直查找的函数,其基本用法包括四个参数:1. 查找值:即在数据表首列中需要搜索的值。2. 数据表:包含查找值的单元格区域或数组。3. 返回值所在列数:指定返回查询区域中第几列的值。4. 查找方式:选择精确匹配... 点击进入详情页
本回答由TableDI提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式