Globals go in the data segment if they are initialized, otherwise they go in the BSS...er unless they are const in which case they frequently go in the text (code) segment. Unless I got BSS and data reversed. And, of corse, that is all "implementation detail" and might be different on another perfectly legal and functional C based system.
by Stripes — Feb 22