Tuesday 17 July 2012

UNDERSTAND YOUR COMPLIER


 UNDERSTAND YOUR COMPLIER
Complier is a nothing but a translator. Which take a C source code and translate that to a executable code.
Complier is also a software. It is already present in UNIX O S.
The name of the complier is gcc.

Complier follows some steps to produce Executable code from supplied Source code.
Those steps are listed below--
1.Preprocessor
2.Translator
3.Assembler
4.Linker


Every step is a independent module .And combination of these module in known as complier.


links
----------------
1.MORE ABOUT COMPILER
2.FURTHER DETAIL

No comments:

Post a Comment