answersLogoWhite

0

how programs are executed?

Let we take C, how a c program is executing....

A first step we have to install a particular software for a execution so here we are installing turbo c then open the bin folder after the installation ,you will find on executable file named TC.exe it will look like a command prompt that only executing your c program files and giving another executable file for your program as output. to check fisrt create any simple program and first compile it and see the bin folder you will find one file named filename.obj and then run that program and now you will find another file filename.exe,that is an output file.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is threading in OS?

Threads are the actual path of execution of a program.


Why it is required to set path and classpath?

to compile and run java program you need to set path and classpath path refers to binary used to compile and run java program i.e. "javac" for compilation and "java" for execution


When we run a program in a computer the actual execution of the program takes place in?

When we run a program on a computer, the actual execution of the program takes place in the CPU (Central Processing Unit). The CPU processes instructions from the program, performing calculations and managing data flow between the memory and other components. The program's code is typically loaded into RAM (Random Access Memory), where the CPU accesses it for execution. This interaction between the CPU and memory allows the program to function as intended.


What is mean by thread in c sharp?

A thread, in any language, is an independent execution path through a program.


What is Program execution in operating system?

Program Execution means that you open or run a program installed at the computer. my question how to do program execution


What is the meaning of execution and terminating the programmes?

execution is the process by which a computer carries out the instructions of a computer program. terminating program is to stop the program from execution.


What is M codes in cnc programming?

M codes controls cnc program executions such as the cnc machine program execution Stop (M00 M01 M02) . With the help of M codes we can not only stop the actual cnc machine program execution but also we can even reset the cnc machine program (M30).


What is the syntax of the command to display a user's path of execution?

echo $PATH


What is meant by flow of execution a program?

That means to load a computer program into a computer's memory, and have the computer carry out the instructions in the program.


Is path command an ms dos internal command?

Yes, the PATH command is an internal command in MS-DOS. It is used to specify the directories in which the operating system looks for executable files when a command is entered. By modifying the PATH variable, users can streamline command execution and avoid typing the full path to a program.


How can I programmatically stop the execution of a MATLAB program?

To programmatically stop the execution of a MATLAB program, you can use the "return" statement or the "error" function to exit the program at a specific point. This will halt the execution and return control to the calling function.


What is executive a c program?

I think it is 'execution of a C program'.