Glossary coding Term Page

Function Declaration

The statement that tells the compiler a function's name

function-declaration #coding#c
Korean version

Related Concepts

Core Idea

Function Declaration is The statement that tells the compiler a function's name, parameters, and return type. It usually makes the most sense alongside Function Definition, Parameter, Return Value.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept