answersLogoWhite

0

What is use of compiler in c?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

The compiler translates source code into machine code. As opposed to java, this is a machine specific operation.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What would be the purpose to download a c compiler?

A C Compiler is a program for computers that can be use for programming and deciphering languages. The C Compiler program has been around for several years and is easy to use.


Is it possible to inherit structure in c?

If a C compiler is available, then so is a C++ compiler - just use one that produces C as its output.


How do you get C?

To use c you need a text editor and a compiler such as gcc.


What is tlink in c plus plus compiler?

TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.


Why does a java compiler use C language?

The original Java compiler was probably written in C/C++ because an efficient language like C is ideal for writing compilers in.


It is possible to build a C compiler on top of a C compiler?

It is possible to build a C compiler on top of a C compiler. From the directory, run the shell script.


Can you use c plus plus in windosh vista?

Only if you have a C++ compiler.


No of pixel in c compiler?

There are no pixels in the C compiler!


What is the use of c compiler in windows?

The c compiler in Windows converts the binary code from source files. C is a compiled programming language and it needs to be converted for the program to run.


Why you use main function in c?

Because if you donot use main function in c program, the compiler willnot execute the program.C compiler starts execution from main function itself.


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.