Bloomberg interview question

What is the difference between stack and heap memory

Interview Answer

Anonymous

23 Nov 2014

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

1