Multiple Choice
To access files from a C++ program, you must use this directive:
A) #include<fileaccess>
B) #include <filestream>
C) #include <fstream>
D) #include <iostream>
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: The ios::hardfail bit is set when an
Q6: When a file is opened, the file
Q15: What is true about the following statement?<br><img
Q16: Which of the following statements opens the
Q22: This data type can be used to
Q23: The setprecision manipulator cannot be used to
Q23: An alternative to using the open member
Q25: This member function writes a single character
Q33: If a file already exists, you can
Q35: The end-of-file marker is automatically written<br>A) when