1.

How many streams are automatically created when executing a program?(a) 1(b) 2(c) 3(d) 4I got this question in an interview for job.This question is from C Input Output topic in section Strings, Streams & Numerics in C++ of C++

Answer»

The correct option is (c) 3

For EXPLANATION: There are streams that are AUTOMATICALLY created when executing a program. They are stdin, stdout and stderr.



Discussion

No Comment Found

Related InterviewSolutions