Home / C++ Programming / References :: Discussion

Discussion :: References

  1. Which of the following statement is correct?

  2. A.
    A reference is a constant pointer.
    B.
    A reference is not a constant pointer.
    C.
    An array of references is acceptable.
    D.
    It is possible to create a reference to a reference.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment