1.

What will act as a intermediate between i/o operations and physical file?(a) Memory(b) Ram(c) Stream buffer(d) StorageThis question was addressed to me in an interview for internship.Origin of the question is Buffering topic in division Strings, Streams & Numerics in C++ of C++

Answer»

Correct answer is (c) STREAM buffer

The best I can EXPLAIN: A stream buffer is a block of data that ACTS as INTERMEDIARY between the i/o operations and the physical file associated to the stream.



Discussion

No Comment Found

Related InterviewSolutions