InterviewSolution
Saved Bookmarks
| 1. |
How to store the large objects in c++ if it extends its allocated memory?(a) memory heap(b) stack(c) queue(d) stack & queueThis question was addressed to me in final exam.This interesting question is from Large Objects in chapter Source Files, Classes and Operator Overloading in C++ of C++ |
|
Answer» The CORRECT choice is (a) MEMORY HEAP |
|