Bloomberg interview question

What is the difference between stack and heap memory

Interview Answer

Anonymous

Nov 23, 2014

Heap is allocated and freed by the user, and stack is managed automatically.

1