Created: 2023-01-10 14:33
Status: #concept
Subject: Programming
Links: C Compiler Preprocessor

Preprocessing

It executes commands, called Directives prefixed with a hash symbol # in Compiler.

It modifies the Source Code BEFORE Compiling.

References