Every application, when it first starts, has three input and output file handles available to use. These file handles, called the standard input, standard output, and standard error files, enable the application to read input from the keyboard and display output on the screen without opening or preparing the keyboard or screen.


[Back] [Next]