Cpp Programming Quiz 27 – Which of the following statements is correct?

Question: Which of the following statements is correct?
  1. An array of references is acceptable.
  2. We can also create a reference to a reference.

[A].
Only 1 is correct.
[B].Only 2 is correct.
[C].

Both 1 and 2 are correct.
[D].

Both 1 and 2 are incorrect.

Answer: Option D

Explanation:

No answer description available for this question.