Unity Interview Question

What is the difference between the heap and the stack?

Interview Answer

Anonymous

Jan 23, 2023

Heap memory is used by all the parts of the application whereas stack memory is used only by one thread of execution.