Home / C++ Programming / References :: Discussion

Discussion :: References

  1. Which of the following statement is correct?

  2. A.
    Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.
    B.
    A reference is indicated by using && operator.
    C.
    Once a reference variable has been defined to refer to a particular variable it cannot refer to any other variable.
    D.
    A reference can be declared beforehand and initialized later.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment