Home » C Programming » Storage Classes » Question
  1. Where are the uninitialized global variables stored?
    1. stack segment
    2. heap segment
    3. text segment
    4. BSS
Correct Option: D

BSS is Block Started by Symbol.
All uninitialzed global variables are stored into this segment,



Your comments will be displayed only after manual approval.