Question d’entretien chez Bloomberg

What is the difference between stack and heap memory

Réponse à la question d'entretien

Utilisateur anonyme

23 nov. 2014

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

1