answersLogoWhite

0

How compiler do compilation?

Updated: 9/17/2019
User Avatar

Wiki User

12y ago

Best Answer

Use a compiler program, such as bcc, gcc, javac, etc.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How compiler do compilation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the purpose of compilation?

To compile a compiler perhaps?


What are the programs that are executing during compilation in c?

The only program that executes during compilation is the compiler. The compiler produces one object file for each translation unit compiled. When all translation units are compiled, the object files can then be linked together by executing the linker.


What is an antonym for the word compile?

The noun forms for the verb to compile are compiler, compilation, and the gerund, compiling.


If during compilation in CC compiler changes the name of the function ie func to 2314ufdifunc what to do so that the compiler will use the same name given by the user?

set the environment variables CC=gcc export CC then it takes the compiler as gcc


What is the Byte code definition?

Java compiler produces an intermediate code after compilation, understandable by JVM is called Byte Code.


What is the difference between initialisation and definition in C programming?

Variable-declaration is: extern int x; extern double y; extern char a; Variable-definition is: int x; static double y; auto char a; Variable-definition with initialization is: int x = 1; static double y= 2.3; auto char a = 'w';


Why wont your C plus plus programs compile?

C++ programs won't compile if they contain compiler errors. The compiler will tell you precisely where the error is, and the type of error, unless the error is in a macro. The compiler cannot see macro definitions because they are inline expanded prior to compilation.


Are programs that translate the source code to object code?

False. A compiler converts source code into object code.


What is linking in C programming?

Linking comes after compilation. The object files produced by the compiler are essentially linked together to create the final executable. Object files are merely the machine code representations of the translation units processed by the compiler.


How can you turn a C plus plus program into a dot exe to run on a PC without a compiler?

To make C++ code into an executable program, you need a compiler. Compilation of a program doesn't have to be on the same computer as the one it's intended to be used on.


Understand why Cross Compilation but why not Native Compilations though it provides code security etc?

Cross Compilation has a different purpose altogether. WHile Native compilation produces executable code targetted to run on the same platform as the compiler, Cross compilation allows to produce code targetted for a different platform hence the name. These compiled codes are run on embedded systems or multi platform infrastructure. see related links.


What is the different between interpreter and compiler?

Without giving the definition for both words,A compilation is several things from A specific origin grouped together. and A iterpretation is making A opinion based judgment from the evidence on hand