EchoStar Interview Question

What is the difference between the stack and the heap

Interview Answer

Anonymous

Oct 4, 2011

The stack is the storage location for local variables the heap is the storage location for dynamically allocated memory.

1