Pregunta de entrevista de Postmates

What is the difference between the heap and stack?

Respuesta de la entrevista

Anónimo

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.