1.

How many types of output stream classes are there in c++?(a) 1(b) 2(c) 3(d) 4This question was addressed to me during an internship interview.I need to ask this question from Output Stream topic in portion Strings, Streams & Numerics in C++ of C++

Answer»

Right OPTION is (C) 3

The best I can explain: There are three output STREAM classes in c++. They are ostream, ofstream and ostrstream.



Discussion

No Comment Found

Related InterviewSolutions