C++ Programming - References

Exercise : References - General Questions
16.
Which of the following statement is correct?
An array of references is acceptable.
Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.
An array of references is not acceptable.
Reference is like a structure.
Answer: Option
Explanation:
No answer description is available. Let's discuss.

17.
Which of the following statements is correct?
  1. Pointer to a reference and reference to a pointer both are valid.
  2. When we use reference, we are actually referring to a referent.
Only 1 is correct.
Only 2 is correct.
Both 1 and 2 are correct.
Both 1 and 2 are incorrect.
Answer: Option
Explanation:
No answer description is available. Let's discuss.