Glossary coding Term Page

Function Prototype

A declaration written above `main` so the compiler knows the function signature in advance

function-prototype #coding#c
Korean version

Related Concepts

Core Idea

Function Prototype is A declaration written above main so the compiler knows the function signature in advance. It usually makes the most sense alongside Function Declaration, Function Definition, Parameter.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept