EchoStar interview question

What is the difference between the stack and the heap

Interview Answer

Anonymous

4 Oct 2011

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

1