answersLogoWhite

0

How C is a compiled language?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

LUN par vajo...................

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are the interpreter in c plus plus?

C++ is a compiled language, not an interpreted language.


Is c plus plus a complied or interpreted language?

C++ is generally a compiled language.


Is C plus plus interpreted or compiled?

C++ is conventionally regarded as a compiled language, however there's nothing in the language itself that prevents it from being interpreted.


Why c is a preprocessed language?

It isn't. Many years ago, there were preprocessors that compiled from C++ to C, but this is outdated now.


What is the Difference between verilog and vhdl language?

C is a high level language that is compiled into machine language for specific system. The system implements some sort of state machine that can process the compiled machine language. In VHDL you have to design the statemachine itself. Furthermore VHDL is compiled into logic primitives that could be built by logic gates which itself could be realized with transistors. C is a programming language. VHDL is a hardware description language.


Is lisp is both compiled and interpreted language?

Lisp is both compiled and interpreted language.


Is a code written in Eiffel programming language compiled or interpreted?

Compiled.


All compilers are written in C and to run a C code you need a compiler..how was the first program was compiled?

All compilers were not written in C. Some are written in Assembly Language.


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.


What is a programming language for the PS2?

High Level Compiled Language


Is VB script language an interpreted or compiled language?

Interpreted.


The application where c language can't implemented but it is done by c plus plus language?

Any C++ application that makes use of classes cannot be compiled in C since C is not an object-oriented programming language. The code may be altered to eliminate the classes, but if the classes are designed with complex hierarchies then the transition could prove quite difficult to implement.