Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Why reference is not same as a pointer?

  2. A.
    A reference can never be null.
    B.
    A reference once established cannot be changed.
    C.
    Reference doesn't need an explicit dereferencing mechanism.
    D.
    All of the above.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment