Memory segments
•Different places in memory (address ranges)
•.DATA 
•All initialized global and static variables (including pointers)
•.BSS (block storage space)
•All uninitialized global and static variables (including pointers)
•
•