1.

In Linux, how do the heaps and stacks are managed?(a) ram(b) secondary memory(c) virtual memory(d) static memoryI got this question in an internship interview.This question is from Large Objects in portion Source Files, Classes and Operator Overloading in C++ of C++

Answer»

The correct OPTION is (C) virtual memory

Explanation: In virtual memory, We can KEEP track of all the objects and access them much FASTER than any ANOTHER.



Discussion

No Comment Found

Related InterviewSolutions