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

The best EXPLANATION: Memory heap will store the large objects in C++ if it extends its allocated memory.



Discussion

No Comment Found

Related InterviewSolutions