Home » C++ Programming » Dynamic Memory » Question
  1. Which is used to allocate and deallocate storage for objects during the execution?
    1. Freestore
    2. Stack
    3. Heap
    4. All of above
    5. None of these
Correct Option: A

Free store is a pool of memory available for you to allocate and deallocate storage for objects during the execution of your program.



Your comments will be displayed only after manual approval.