Discussion :: Object Oriented Programming Using C++
-
Which of the following statements opens a file named temp.dat for output?
A.
outFile.open("temp .dat");
|
B.
fileOut.output("temp .dat");
|
C.
openFile.out("temp .dat");
|
D.
fileOpen.out("temp .dat");
|
E.
out.fileOpen("temp .dat");
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment