Home » C++ Programming » Dynamic Memory » Question
  1. What is the size of the heap?
    1. Size of the heap memory is limited by the size of the RAM and the swap memory
    2. 10MB
    3. 500MB
    4. 1GB
    5. None of these
Correct Option: A

Size of the heap memory is limited by the size of the RAM and the swap memory.



Your comments will be displayed only after manual approval.