Domanda di colloquio di Postmates

What is the difference between the heap and stack?

Risposta di colloquio

Anonimo

9 set 2018

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