Home » C++ Programming » Files and Streams » Question
  1. Which header file is used for reading and writing to a file?
    1. #include <fstream>
    2. #include <file>
    3. #include <iostream>
    4. All of above
    5. None of these
Correct Option: A

#include <fstream>



Your comments will be displayed only after manual approval.