C file input/output: Difference between revisions

Content deleted Content added
access
English
Line 9:
 
==Overview==
This library uses what are called streams to operate with physical devices such as keyboards, printers, terminals or with any other type of files supported by the system. Streams are an abstraction to interact with these in a uniform way. All streams have similar properties independent of the individual characteristics of the physical media they are associated with.<ref>{{Cite web |title=(stdio.h) - C++ Reference |url=http://www.cplusplus.com/reference/cstdio/ |url-status=live |access-date=July 25, 2021 |language=en-US}}</ref>
 
===Functions===