Pregunta de entrevista de Bloomberg

What is the difference between stack and heap memory

Respuesta de la entrevista

Anónimo

23 de nov de 2014

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

1