Sollicitatievraag bij Postmates

What is the difference between the heap and stack?

Antwoord op sollicitatievraag

Anoniem

9 sep 2018

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