Some questions on Input and Output

  1. Why is it necessary to have a separate error stream, stderr, when this is directed by default to the screen, along with stdout?

  2. Why is it sometimes necessary to use files to store more than printable characters?

Answers to these questions.


Back to notes on Input and Output.