Home / C++ Programming / References :: Discussion

Discussion :: References

  1. Which of the following statement is correct?

  2. A.
    A referenced has to be de-referenced to access a value.
    B.
    A referenced does not need to be de-referenced to access a value.
    C.
    A referenced has to be double de-referenced to access a value.
    D.
    Whether a reference should be de-referenced or not depends on the type of the reference.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment