parameter passing
A parameter is information about a data item being supplied to a function or procedure when it is called. With a high-level language the parameters are generally enclosed in brackets after the procedure or function name. The data can be a constant or the contents of a variable. When the function or procedure is used, the calling program must pass parameters to it (parameter passing).
Related terms
information
constant
actual parameter
call
formal parameter
function
parameter
procedure
high-level language
( (opening bracket)
) (closing bracket)
variable
Term sub categories
Programming
functions, procedures, routines
- Jump:
- a -
- b -
- c -
- d -
- e -
- f -
- g -
- h -
- i -
- j -
- k -
- l -
- m -
- n -
- o -
- p -
- q -
- r -
- s -
- t -
- u -
- v -
- w -
- x -
- y -
- z -
- symbols