Solved

In Order for a C++ Program to Read Data from a File

Question 21

Multiple Choice

In order for a C++ program to read data from a file,


A) the file must already exist.
B) the program must define a file stream object that can "point to" (i.e., reference) the file.
C) the program must open the file.
D) All of the above are required.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions