Vidyalelo
C++ Programming · Q52

Classes and Objects in C++

Programming · C++ Programming · question 52

Q52

How to store the large objects in c++ if it extends its allocated memory?

A.
memory heap
Answer
B.
stack
C.
queue
D.
stack & queue

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board