adplus-dvertising
frame-decoration

Question

Identify the incorrect statement.

a.

Reference is the alternate name of the object

b.

A reference value once defined can be reassigned

c.

A reference value once defined cannot be reassigned

d.

None of the mentioned

Answer: (b).A reference value once defined can be reassigned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Identify the incorrect statement.

Similar Questions

Discover Related MCQs

Q. Which reference modifier is used to define reference variable?

Q. What does a reference provide?

Q. Identify the correct sentence regarding inequality between reference and pointer.

Q. Void pointer can point to which type of objects?

Q. When does the void pointer can be dereferenced?

Q. The pointer can point to any variable that is not declared with which of these?

Q. A void pointer cannot point to which of these?

Q. What we can’t do on a void pointer?

Q. The data elements in structure are also known as what?

Q. What will be used when terminating a structure?

Q. What will happen when the structure is declared?

Q. The declaration of structure is also called as?

Q. Which of the following is a properly defined structure?

Q. Which of the following accesses a variable in structure *b?

Q. The keyword used to define a structure is _____

Q. When accessing a structure member, the identifier to the left of the dot operator is the name of

Q. Using new may result in less _____ memory than using an array

Q. A difference, between reference variables and pointers is that

Q. The C++ expression p --> val means the same thing as

Q. One way in which a structure differs from an array is that _____