Home » C++ Programming » Dynamic Memory » Question
  1. In Linux, how do the heaps and stacks are managed?
    1. secondary memory
    2. virtual memory
    3. ram
    4. All of above
    5. None of these
Correct Option: B

In virtual memory, We can keep track of all the objects and access them much faster than any another.



Your comments will be displayed only after manual approval.