Home » C++ Programming » Files and Streams » Question
  1. Which one is always faster in writing on C++?
    1. Writing to memory
    2. Reading from the network
    3. Writing to a file
    4. All of above
    5. None of these
Correct Option: A

For the stand of file operations, writing to memory (RAM) is always faster than writing to the file on the disk directly.



Your comments will be displayed only after manual approval.