Glossary coding Term Page

Parameter list

the inputs the function needs

parameter-list #coding#c
Korean version

Related Concepts

Core Idea

Parameter list is the inputs the function needs. It usually makes the most sense alongside Return type, Function name, Body.

Why It Matters Here

Mathbong reuses this term across c posts as shared vocabulary.

Posts Mentioning This Concept