BAE Systems Interview Question

What's the difference between Stack and Heap?

Interview Answer

Anonymous

Dec 7, 2021

One is for dynamic memory, and the other is more temporary memory (local variables, etc)