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

Question: Which of the following statement is correct?
[A].A reference is a constant pointer.
[B].A reference is not a constant pointer.[C].An array of references is acceptable.
[D].It is possible to create a reference to a reference.

Answer: Option A