Data Segment

The Data Segment is a specific area within a Program's memory space, dedicated to storing global and static Variables. It holds both initialized data (like constants) and uninitialized data, preserving their values throughout the program's execution.

See also

Linked from: Code Segment, Segment
0
10 views
1 week ago