Lingua-e
← Glossary

What does "parameter" mean in programming?

parameter is one of the most common terms in software development. This guide explains what it means, how it is used in practice, and why it matters, with real examples from the developer world.

Definition

A named variable in a function's definition that receives a value when the function is called. Parameters are placeholders; arguments are the actual values. For example, in function greet(name), name is the parameter.

Example

"The function has two parameters: userId and includeDeleted."

Related terms

Ready to practice your English at work?

Lingua-e has interactive exercises built around real developer conversations: standups, code reviews, retrospectives, and more. Practice until it comes naturally.

Try Lingua-e for free