Domanda di colloquio di Bloomberg

What is the difference between stack and heap memory

Risposta di colloquio

Anonimo

23 nov 2014

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

1