Entries categorized as Block Started by Symbol

BSS(Block Started by Symbol)

On June 25, 2009 / By admin / In Unix / No Comments
What is BSS(Block Started by Symbol)? A data representation at the machine level, that has initial values when a program starts and tells about how much space the kernel allocates for the un-initialized data. Kernel initializes it to zero at run-time. Read More...