C file input/output: Difference between revisions

Content deleted Content added
stub
 
mNo edit summary
Line 1:
In [[computer programming]], the <code>'''fopen'''</code>, with related functions <code>'''fdopen'''</code> and '''<code>freopen</code>''', is one of basic functions in [[C programming language]]. Because it is so popular that many script languages derivered from C tend to provide the same function with the same or similar functionality. It is considered more high-level than the <code>[[open]]</code> [[system call]] of UNIX operating systems.
 
They are defined as.