Advertisement
Felanpro

Memory For C++ Program

Nov 3rd, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. ------MEMORY------
  2. |---Code(Text)---|  
  3. |Static(Globals)-|            
  4. |Free Store(Heap)|
  5. |-----Stack------|
  6. ------------------
  7.  
  8. Static Area; exists{while{alive
  9.  
  10. Stack Area; exists{while{alive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement