Heap
When we are referring to the heap, we are referring to the memory area dynamically allocated at runtime, used to store data that doesn't have a fixed size or cannot fit in the stack.


Last updated
When we are referring to the heap, we are referring to the memory area dynamically allocated at runtime, used to store data that doesn't have a fixed size or cannot fit in the stack.
Last updated