错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Standard Input and Output

  • Slobodan Dmitrović

摘要

The C standard library provides functions allowing us to accept data/characters from the standard input and output data/characters to the standard output. The standard input is usually a keyboard. The standard output is typically a monitor/console window to which we output the data.