Keyur
what is the advantage of allocation on Heap
By Keyur in C, C++, MFC on Apr 26 2007
  • Anirudha ketkar [SSM]
    Jul, 2020 21

    Basically, the heap is more flexible than the stack. That’s because memory space for the heap can be dynamically allocated and de-allocated as needed. However, memory of the heap can at times be slower when compared to that stack.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS