Content deleted Content added
removed dead links |
Omysfysfybmm (talk | contribs) without merit. change sections if you want, don't muck up the article. |
||
Line 1:
In [[computing]], a '''data segment''' (often denoted '''.data''') is a portion of an [[object file]] or the corresponding [[virtual address space]] of a program that contains initialized [[static variable]]s, that is, [[global variable]]s and [[static local variable]]s. The size of this segment is determined by the size of the values in the program's source code, and does not change at [[Run time (program lifecycle phase)|run time]].
|