GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  C

 Print  |  
Question:  BSS Data Segment

Answer: what is a bss data segment?


February 02, 2009 23:50:49 #1
 tarlapally.rajesh   Member Since: May 2008    Total Comments: 1 

RE: BSS Data Segment
 
It is an Uninitialised memory for Ex: const int var;

if it is unitialised it is placed in the BSS (Block Started by Symbol) segment in the memory map of the program
     

 

Back To Question