Interview Questions

What are each of the standard files and what are they normally associated with?

C++ programming on UNIX, C++ Networking,C++ Algorithm Questions and Answers


(Continued from previous question...)

What are each of the standard files and what are they normally associated with?

They are the standard input file, the standard output file and the standard error file. The first is usually associated with the keyboard, the second and third are usually associated with the terminal screen.

(Continued on next question...)

Other Interview Questions