Suppose that outFileis an ofstreamvariable and output is to be stored in the file outputData. out. Which of the following statements opens the file outputData. outand associates outFileto the output file?
a. outFile ("outputData. out");
b. outFile. open ("outputData. out");
c. open (outFile,"outputData. out");
d. open. outFile ("outputData. out");
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Suppose that outFileis an ofstreamvariable and output is to be stored in the file outputData. out. Which of the following statements opens ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Suppose that outFileis an ofstreamvariable and output is to be stored in the file outputData. out. Which of the following statements opens the file outputData. outand associates outFileto the output file? a. outFile ("outputData. out"); b. outFile.