|
Standard Streams |
Top Previous Next |
|
For convenience, three file pointers are always automatically opened by tasks linked with the full library. These are declared in stdio.h as follows.
Files processed or created by redirecting the standard input, output and error streams are always text files. You cannot process binary files by redirecting standard input and standard output in this way. |