BAE Systems interview question

What's the difference between Stack and Heap?

Interview Answer

Anonymous

7 Dec 2021

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