Postmates interview question

What is the difference between the heap and stack?

Interview Answer

Anonymous

9 Sept 2018

The basic difference between stack and heap is that stack is used static memory location whereas heap is used for dynamic memory allocation.