¡@

Home 

c++ Programming Glossary: bss

What happens when a computer program runs?

http://stackoverflow.com/questions/5162580/what-happens-when-a-computer-program-runs

separate physical memory systems which actually keep the BSS in read only memory initially set by the programmer etc. But..

What is stored on heap and what is stored on stack? [closed]

http://stackoverflow.com/questions/8700491/what-is-stored-on-heap-and-what-is-stored-on-stack

Initialized data segment Initialized to Zero BSS Program Code Few points to note Data Segment Initialized.. data segment initialized to zero data segment BSS Block Start with Symbol Code Segment Stack and Heap areas Data.. values. The other part of data segment is called BSS because of the old IBM systems had that segment intialized to..