Cpp Programming Quiz 37 – Which of the following statement is correct?

Question: 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.

Answer: Option B