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

Discussion :: Object Oriented Programming Using C++

  1. Any output manipulator function you create _____

  2. A.
    should take as an argument an instance of ostream as a reference
    B.
    should return void
    C.
    must be a member function of the ostream class
    D.
    must inherit ostream

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment