Google News
logo
CPP - Quiz(MCQ)
How to store the large objects in c++ if it extends its allocated memory?
A)
Stack
B)
Queue
C)
Stack & Queue
D)
memory heap

Correct Answer :   Memory heap


Explanation : Memory heap will store the large objects in c++ if it extends its allocated memory.

Advertisement