Glossary coding Term Page
Declaration
A statement that tells the compiler a name and type exist
Core Idea
Declaration is A statement that tells the compiler a name and type exist. It usually makes the most sense alongside Header file, Definition, Include guard.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.