Comment on "
Intro to Memory and Arrays in C
"
by
Scott Stevenson
— Feb 22
Globals go in the data segment if they are initialized, otherwise they go in the BSS
I believe the bss is sometimes also called the uninitialized data segment.
Back to "
Intro to Memory and Arrays in C
"
Copyright © Scott Stevenson 2004-2015
by Scott Stevenson — Feb 22
I believe the bss is sometimes also called the uninitialized data segment.