answersLogoWhite

0

What is mean by data segment in c?

User Avatar

Anonymous

14y ago
Updated: 8/19/2019

The language itself doesn't say anything about data (or other) segments.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What does the computer term bits packet frame segment data mean and in what layer they belong?

Telegrams are sent in data packets. Bits packet frame segment data mean data packet and they belongs to Data link layer. Bye.


What do you mean by non primitive data structure in C programming?

What do you mean by searching in data structure in C.?


What is the segment of the data bus that connects RAM to the processor?

The usage of "segment" and "data bus" in the question appears inconsistent, and does not completely make sense. If you mean the data segment in the 8086/8088, then this is the region of memory mapped by the Data Segment (DS) register, usually reserved for operands in memory. If you are talking about the 8085, then the question does not make sense at all.


What is data segment memory and code segment memory?

Code Segment, in which all the application code is stored Data Segment, that holds the global data


What is default offset register for DATA SEGMENT?

The default offset register for the data segment in x86 architecture is the Data Segment Register (DS). When accessing data in memory, the DS register is used in conjunction with an offset to point to the location of the data within the data segment. This allows the CPU to retrieve data efficiently from memory. If no specific segment override is used, the DS register is assumed for data accesses.


What is the example of segment register?

There are four segment registers on the 8086 and 8088. These are CS (code for code), DS (data segment), ES (extra data segment), and SS (stack segment).


Which segment is included by angle a and angle c?

Which segment is included by A and C?


What is a segment that have the same lenght?

Congruent line segment


Where are global variables tored?

In a segment of memory, whose name is 'data segment'


What are the six distinguished features for cost accounting?

Gaap's statutory requirement focus on segment of organization cost a/c and f/a historic data is put into


How many data files are in c?

You mean in your C: drive? How could anyone but yourself tell it?


What do you mean by access specifier in c?

There are no access specifiers in C. All functions and data are public.