Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

what are various sections of process

1. Stack - contains local addresses and return addresses
2. Heap  - used for dynamic memory allocation
3. Text or Code - contains compiled code
4. Data - contains static and global variable decleared in the program.
 
PREVIOUS NEXT
Tagged: #sections #process
ADD COMMENT
Topic
Name
5+7 =