C++ Language/ProgramFlow/Parameters
Appearance
When a function is defined, its definition can specify one or more "parameters". A parameter acts somewhat like a local variable, except that parameter's initial value comes from data that is "passed" in from the function-call statement.