Parameters Flashcards
1
Q
what are parameters
A
Parameters are used by procedures and functions to pass information in and out. They are used in the definition and in the call of these constructs.
2
Q
what are formal parameters
A
The parameters used in the procedure/function definition are called the formal parameters.
3
Q
what are actual parameters
A
The parameters used in the procedure/function call are called the actual parameters.