Does dynamic memory allocation create a stack or a heap?
Heap Or stack in dynamic memory
Stack is used for static memory allocation whereas heap is used for dynamic memory allocation…
Does dynamic memory allocation create a stack or a heap?
Stack is used for static memory allocation whereas heap is used for dynamic memory allocation…