Skip to content

Latest commit

 

History

History

heap_stack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Heap vs Stack

  • Concept area to understand what is a heap, a stack and there differences.
  • Heap and Stack go hand in hand with a process called Dynamic memory allocation, I would advice to visit that section first.

Resources

Programs

  • stackgrowth : A program to check whether the stack grows downward or upward.