Solved

Suppose That OutFile Is an Ofstream Variable and Output Is

Question 38

Multiple Choice

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?


A) outFile("outputData.out") ;
B) outFile.open("outputData.out") ;
C) open(outFile,"outputData.out") ;
D) open.outFile("outputData.out") ;

Correct Answer:

verifed

Verified

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

Related Questions