Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 9 (Q.No. 46)
46.
Which of the following statements opens a file named temp.dat for output?
outFile.open("temp .dat");
fileOut.output("temp .dat");
openFile.out("temp .dat");
fileOpen.out("temp .dat");
out.fileOpen("temp .dat");
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Soniya said:   5 years ago
Please explain this.

Post your comments here:

Your comments will be displayed after verification.