Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

  1. Which of the following statements opens a file named temp.dat for output?

  2. 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");

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment