作业帮 > 综合 > 作业

英语翻译A text stream is a sequence of characters divided into l

来源:学生作业帮 编辑:作业帮 分类:综合作业 时间:2024/05/22 00:19:08
英语翻译
A text stream is a sequence of characters divided into lines; each line consists of zero or more characters followed by a newline character.It is the responsibility of the library to make each input or output stream confirm this model; the C programmer using the library need not worry about how lines are represented outside the program.
文本流(输入输出的文本内容)是分成多个行的字符序列,每行由零个或多个字组成,后跟回车,(文本)库(函数)文件的职责是让每个输入输出的字符流遵照这种格式,C语言使用这种库文件而不要担心程序外的(文本文件的)行是以何种形式出现.
()内的文字为本人理解