answersLogoWhite

0

How c programs get stored in memory?

User Avatar

Anonymous

13y ago
Updated: 8/17/2019

The source or the executable?

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Where are programs stored when they are not running?

Programs are normally stored on a hard drive and loaded into memory for execution.


What type of memory uses large programs divided into parts and the parts are stored on a seondary device?

Virtual memory


With segementation programs are divided into independently addressed segments and stored in what memory?

Yes and virtual.


What is the idea of stored programs means that instructions for a computing task can be loaded into a computer?

memory


What is the role of memory to store both data and programs is known as the concept?

The role of memory to store both data and programs is known as the stored program concept. Memory stores three types of items.


How c program gets stored in the memory?

Binary object code executable.


How is a c plus plus program stored in the memory?

C++ programs are not stored in memory (RAM) they are stored on mass storage devices (usually disk drives). When compiled, they produce machine code programs which contain machine instructions and their operands. These are also stored on mass storage devices, but when loaded into memory the machine instructions are executed by the CPU.


Difference between partition page segmentation in memory allocation?

In partition memory is divided in to fixed/variable size of the partitions . Programs are stored in partitions.In page allocation memory and programs are divided into small pages . These program pages are stored in the memory.One processor pages are need not allocate the continuous pages in memory.segmentation is the grouping of information that is treated as a logical entity.


Where is memory stored in?

Memory is stored in the brain's grey matter.


What does a microprocessor in a cell phone do?

Microprocessor is the brain of a cell phone. It uses programs to access and utilize memory stored on microchips.


Where is data on your computer stored?

Data about programs and applications are stored on your hard drive, it is usually located in (C:\Program Files) but can be known to go to (D:\) depending on how many partitions you have.


How are programs stored in a computer?

By stored-program computer, we mean a machine in which the program, as well as the data, are stored in memory, each word of which can be accessed in uniform time. Most of the high-level language programming the reader.