Question: Which of the following statement is correct?

Options

A : An array of references is acceptable.

B : Once a reference variable has been defined to refer to a particular variable it can refer to any other variable.

C : An array of references is not acceptable.

D : Reference is like a structure.

Click to view Correct Answer

Previous || Next

References - General Questions more questions

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....

Declare the following statement? "An array of three pointers to....

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