answersLogoWhite

0

Why do you need compilers?

User Avatar

Anonymous

16y ago
Updated: 9/17/2019

we need compiler to run the programme. compiler will check the error in the problem. compiler can check the error with the help of run time compiler. they can be static or dynamically.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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.


Why do you need to learn compilers?

You need to learn how to use your compiler, but it is not that demanding.In unix for example all you need to do is: make myprogramif your source is myprogram.c


Why is there a need for compiler?

Compilers are needed to convert human readable source code into machine executable code.


What are the various types of compilers used in computers?

Compiler can be divided into following four main types. 1. one pass compilers 2. multi pass compilers 3. load and go compiler 4. optimizing compilers


Which compiler is best compiler and why in computer graphics?

Compilers have nothing to do with graphics. Compilers translate source code into object code, nothing more. Graphics is hardware-dependant and is a function of a graphics library specific to that hardware. Graphics libraries do not need to be compiled, they simply need to be linked to your code.


How do you create notepad in vb?

You can write code for anything anywhere the only thing that you need is the compiler and compilers are not free.


Where can you find Java and c compilers?

Java: At java.sun.com in the download JDKcategory.C: Google for "Free C/C++ Compilers"


How come most assembly compilers are written in c?

Most programs are written in C, Assemblers and compilers included.


Can high level languages can be understood by machines?

Not directly. They need to be converted to "machine language" by compilers and linkers before they can be executed by the machine.


Are there any free compilers for RealBasic?

No


What are some of the top compilers for the C Computer Language currently used in the technology industry?

There are a number of top compilers for the C Computer Language which is currently used in the technology industry. You can try such compilers as C++, C Front and others.


Advantages of interpreters over compilers in systems programming?

during testing of any code it is usefull, normally interpreters are slow as we need to interpret every time the code is to be executed , but for compilers object code generated can used for any no . of times . for a code to be interpreted it has to be completely in main memory .