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.
All compilers were not written in C. Some are written in Assembly Language.
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
Compilers are needed to convert human readable source code into machine executable code.
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
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.
You can write code for anything anywhere the only thing that you need is the compiler and compilers are not free.
Java: At java.sun.com in the download JDKcategory.C: Google for "Free C/C++ Compilers"
Most programs are written in C, Assemblers and compilers included.
Not directly. They need to be converted to "machine language" by compilers and linkers before they can be executed by the machine.
No
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.
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 .