Programming Languages C++ Objective
Mar 20, 2013

Which of the following statement is correct?

 

Choose the correct answer:
A) A reference is declared using * operator.
B) Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.
C) A reference must always be initialized within classes.
D) A variable can have multiple references.
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback