Glossary coding Term Page

Constant/function substitution

`#define` replaces repeated numbers or patterns with names

constant-function-substitution #coding#c
Korean version

Related Concepts

Core Idea

Constant/function substitution is #define replaces repeated numbers or patterns with names. It usually makes the most sense alongside File merging, Conditional branching.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept