11.0k views
1 vote
Suppose that outfile is an ofstream variable and output is to be stored in the file outputData.out. Which of the following statements opens the file outputData.out and associates outfile to the output file?

1 Answer

3 votes

Answer:

outFile.open("outputData.out");

User Damon Yuan
by
5.9k points