InterviewSolution
Saved Bookmarks
| 1. |
What is a Preprocessor? |
|
Answer» A preprocessor is a SOFTWARE program that processes a source file before sending it to be COMPILED. INCLUSION of header files, macro expansions, conditional compilation, and LINE control are all possible with the preprocessor. |
|