Cpp Programming Quiz 40 – Which of the following statement is correct about the references?

Question: Which of the following statement is correct about the references?
[A]. A reference must always be initialized within functions.
[B]. A reference must always be initialized outside all functions.[C]. A reference must always be initialized.
[D]. Both A and C.

Answer: Option C