Multiple Choice
Which of the following is the directive you must use to access files from a C++ program?
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
Q3: Which of the following means accessing information
Q4: Which of the following is the member
Q5: Which of the following statements opens a
Q6: When a file is opened, the file
Q7: Which of the following is the state
Q8: In order, the three-step process of using
Q9: Closing a file causes any unsaved information
Q10: To set up a file to perform
Q11: Which of the following is the member