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

Discussion :: Object Oriented Programming Using C++

  1. Passing a variable pointer as a constant _____

  2. A.
    protects the contents pointed to by the pointer from change
    B.
    eliminates the need to name the pointer in the function
    C.
    eliminates the need to give the pointer a type in the function
    D.
    causes a copy of the pointer to be produced in the function

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment