InterviewSolution
Saved Bookmarks
| 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 |
|