Home » C++ Programming » Files and Streams » Question
  1. What will act as a intermediate between i/o operations and physical file?
    1. Stream buffer
    2. Memory
    3. Ram
    4. All of above
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.