0
What is the heap used/useful for?
I'm having trouble understanding dynamic memory and the new variable. Any help would be much appreciated.
1 Answer
0
Heap is used for attaining memory at run time of a particular program using dynamically allocations of memory .