TOC PREV NEXT

3.4 HOW A `C' COMPILER WORKS


A `C' compiler has three basic components: Preprocessor, First and Second Pass Compiler, and Linker.



Figure 3.13 - How Programs Are Compiled

TOC PREV NEXT