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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are formal parameters

A

The parameters used in the procedure/function definition are called the formal parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what are actual parameters

A

The parameters used in the procedure/function call are called the actual parameters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly