Data structure - Heap & Stack

 

There is 2 type of data storage in hardware, one is Stack the other is a heap.

The data structure is builded up from the main, the direction from the right side to the left side, and heap storage to stack storage. 

Heap stores dynamic data & Stack has invariable data. 


int = field




Comments