1.

Which of the following will not return a value?(a) null(b) void(c) empty(d) freeI have been asked this question in homework.I want to ask this question from Void in section Types, Pointers, Arrays & Structures in C++ of C++

Answer»

The correct OPTION is (b) void

The EXPLANATION: Because void represents an EMPTY set of values so NOTHING will be return.



Discussion

No Comment Found

Related InterviewSolutions