rockdalinux that is pretty good picture of how program looks when loaded in memory? And to add to that info
A Buttfer is a block of memory that holds "multiple instances of the same data type"
A Heap It is a space a program reserves for a variable. (You access the heap when you use the malloc() function).
So all of them are NOT the same...
|