Question d’entretien chez Postmates

What is the difference between the heap and stack?

Réponse à la question d'entretien

Utilisateur anonyme

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.