Pergunta de entrevista da empresa Bloomberg

What is the difference between stack and heap memory

Resposta da entrevista

Sigiloso

23 de nov. de 2014

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

1