Multiple Choice
In order, the three-step process of using a file in a C++ program involves
A) insert a disk, open the file, remove the disk
B) create the file contents, close the file, name the file
C) open the file, read/write/save data, close the file
D) name the file, open the file, delete the file
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q9: Closing a file causes any unsaved information
Q10: To set up a file to perform
Q11: Which of the following is the member
Q12: When data is read from a file,
Q13: Data stored _ disappears once the program