Glossary coding Term Page
Parameter
The placeholder inside a function that receives input when the function is called
Core Idea
Parameter is The placeholder inside a function that receives input when the function is called. It usually makes the most sense alongside Function Declaration, Function Definition, Return Value.
Why It Matters Here
Mathbong reuses this term across c posts as shared vocabulary.