InterviewSolution
Saved Bookmarks
| 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 |
|