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

Discussion :: Object Oriented Programming Using C++

  1. Which of the following instructions tells C++ to merge the source code from the iostream.h file into the current file?

  2. A.
    #include <iostream.h>
    B.
    #include iostream.h
    C.
    #include <iostream.h>
    D.
    #merge iostream.h
    E.
    None of the above

    View Answer

    Workspace

    Answer : Option E

    Explanation :

    No answer description available for this question.


Be The First To Comment