Created: 2023-01-10 14:33
Status: #concept
Subject: Programming
Links: C Compiler Preprocessor
Preprocessing
It modifies the Source Code BEFORE Compiling.
When does Preprocessing happen in Program Compilation?
It happens first before Compiling, editing the source code according to Directives.
References
- C Programming, A Modern Approach, 2nd Edition, Chapter 2.1