answersLogoWhite

0


Best Answer

In C Programming, C compiler is user to translate C source into C object module.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a C compiler as used in C programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which translator is needed for C programming language?

C compiler


What is Turbo C download used for?

Turbo C is a compiler for a general purpose computer programming language called C. It transforms code written in C into the computer language needed for executable programming.


Does C plus plus compiler will compile C in programming?

Yes we can compile a c program using c++ compiler. Because c++ evolved from the c. c++ have some additional features beyond c. c++ support almost all concepts used in c.


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.


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.


How is a C program compiled?

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


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What are the three c plus plus programming language components?

The editor, compiler and linker.


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

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


How is the code return in higher programming languages like C and C converted into binary language?

By using a compiler.


How do you use dos prompt in C programming for turbo c compiler?

Use "OS Shell" from File menu.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.