Toggle nav
Which is used to pass the large objects in c++?
Answer : Option B
Explanation :
In linux, how does the heaps and stacks are managed?
Answer : Option C
In virtual memory, We can keep track of all the objects and access them much faster than
any another.
How to unlimit the size of the stack?
Answer : Option A
None.
What is the size of the heap?
Answer : Option D
Which option is best to eliminate the memory problem?
Explanation:Virtual destructor means is that the object is destructed in reverse order in which
it was constructed and the smart pointer will delete the object from memory when the object
goes out of scope.