answersLogoWhite

0


Best Answer

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

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

I want to know how a program is been executed.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is actual path of execution of a program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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


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.


What is executive a c program?

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


What is execution of program?

Exec. Of program is the compilation of document or the run of a type program.


What is persistence in oops explain with example?

The phenomenon where the object outlives the program execution time & exists between execution of a program is known as persistance


What is the name of a program execution mode in which a program scans its data from a file?

Batch Mode.