Postmates Interview Question

What is the difference between the heap and stack?

Interview Answer

Anonymous

Sep 9, 2018

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