What does 'stream' mean in C?

后端 未结 6 1994
无人及你
无人及你 2021-02-15 23:40

I\'m reading a section in \'C Primer Plus\' which deals with files, streams and keyboard input. The author connects the concept of stream with files and defines stream as follow

6条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-16 00:33

    My C programming degree uses this is an explanation if it helps: "A Stream is an abstraction of a file that provides a consistent interface to the programmer, regardless of the actual device."

提交回复
热议问题