Data segment: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 43.224.128.80 (talk) to last revision by Oddthread. (TW)
Line 18:
 
int val = 3;
char string[] = "Hello World";bbbbbbbbbbbbbb
 
The values for these variables are initially stored within the read-only memory (typically within ''.text'') and are copied into the ''.data'' segment during the start-up routine of the program.
 
===BSS===