Pergunta de entrevista da empresa Postmates

What is the difference between the heap and stack?

Resposta da entrevista

Sigiloso

9 de set. de 2018

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