mathbong
Home
∑ School Math∑ Advanced Math[] Coding</> Utils⎈ Infra◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Parameter

The placeholder inside a function that receives input when the function is called

parameter #coding#c#python
Korean version

Related Concepts

Function DeclarationFunction DefinitionReturn ValueFunction PrototypeModuleType hint

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.

Posts Mentioning This Concept

[C Series 6] Breaking Code into Reusable Functions Learn how declarations, definitions, parameters, return values, and prototypes keep conditionals and loops tidy.[C 시리즈 6편] 함수로 코드 나누고 재사용하는 법 함수 선언과 정의, 매개변수, 반환값, 함수 원형을 익혀 조건문과 반복문을 깔끔하게 묶는 방법을 정리합니다.[Python 시리즈 5편] 함수와 모듈로 코드 나누기 함수 정의, 매개변수, 반환값, 파일 분리와 모듈 임포트까지 다루며 재사용 가능한 구조를 만든다.

© 2026 mathbong. All rights reserved.

RSS