References - Programming

Q1:

Which of the following statement is correct?

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.

ANS:A - A referenced has to be de-referenced to access a value.

No answer description is available. Let's discuss.