Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tuesday, December 17, 2013

Preprocessor

A part of the compiler that manipulates the program text before compiling is done. Three important tasks of the preprocessor are 1. To replace each #inclue directive with the contents of the designated file. 2. To replace each escape sequence with the designated character. 3. To process macro definitions and expand macro calls.

No comments:

Post a Comment