Question: Which of the following statement is correct?

Options

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.

Click to view Correct Answer

Previous || Next

References - General Questions more questions

Which of the following statement is correct?

Which of the following statements is correct?

Which of the following statements is correct?

Reference is like a _____.

Which of the following statement is correct?

Which of the following statement is correct?

Which of the following statements is correct?

What will happen if in a C program you assign....

What does the following declaration mean? int (*ptr)[10];

In C, if you pass an array as an argument....

Constructors and Destructors - General Questions more Online Exam Quiz

Windows NT - Part 1

Constructors and Destructors - General Questions

Functions - General Questions

Objects and Classes - General Questions

OOPS Concepts - General Questions

Arrays - General Questions

Complicated Declarations - General Questions

Control Instructions - General Questions