Glossary coding Term Page

Declaration

A statement that tells the compiler a name and type exist

declaration #coding#c
Korean version

Related Concepts

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.

Posts Mentioning This Concept