Glossary coding Term Page

Preprocessor

The tool that handles directives beginning with `#` before compilation

preprocessor #coding#c
Korean version

Related Concepts

Core Idea

Preprocessor is The tool that handles directives beginning with # before compilation. It usually makes the most sense alongside Macro, Conditional compilation, Include guard.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept