1.

Which value can we not assign to reference?(a) integer(b) floating(c) unsigned(d) nullI had been asked this question in final exam.This question is from References in portion Types, Pointers, Arrays & Structures in C++ of C++

Answer»

The correct choice is (d) NULL

Explanation: If it can be ASSIGNED with a null value means, it is a COPY of the POINTER.



Discussion

No Comment Found

Related InterviewSolutions