Home / C++ Programming / References :: Discussion

Discussion :: References

  1. Which of the following statement is correct?

  2. A.
    A reference is declared using * operator.
    B.
    Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.
    C.
    A reference must always be initialized within classes.
    D.
    A variable can have multiple references.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment