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

Discussion :: Object Oriented Programming Using C++

  1. The function whose prototype is void getData(Item *thing); receives

  2. A.
    a pointer to a structure
    B.
    a reference to a structure
    C.
    a copy of a structure
    D.
    nothing

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment