answersLogoWhite

0

when you compile your program , it is sequentially checking your coding and check whether there is an error. thats the simple thing happening. if there is no error, then it will create an executable file for your coding which is run when you ask to run the program after compiling. if your coding have an error, then you have to correct those errors. REMEMBER that it is compulsory to compile the program after you correct the errors. otherwise, it will not make an executable file with your corrections.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you use compiled in proverb?

The program compiled itself to give the correct result.


What is a compiled program that runs on the client inside of an interpreted program?

As far as I know, interpreted software does not run compiled software at all.


What is java virtucal mechine?

That refers to the program that runs the compiled Java program.


Why are comments not compiled in a computer program?

'cos' they are just comments.


Which variable is initialized once when program is compiled?

global and static


What type of error is detected when a pascal program is compiled?

syntax error


What is the use of macro date?

it returns the date your program was compiled in a string


What is a compiled program that runs on the client?

The program that runs on the client computer is the client program. Web-browser is a prominent example for client program.


How is a C program compiled?

With a compiler. Read the documentation for programming package for help on how to.


How program can be complied in c?

C programs can be compiled with a C compiler. Are you surprised?


How do you run a C program on SunOS?

A "C" program has to be compiled to machine code on any Unix system, whether it is Solaris or some other version. After compiling the program, execute it by typing in the name of the compiled program created by the "C" compiler. The standard name is 'a.out', but it could be named anything you want.


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.