Q. The variables or expressions passed from the calling subprogram are
β
Correct Answer: (A)
Actual Parameters
Explanation: Variables which are declared in a subprogram specified and referred to in the subprogram body are formal parameters.
Variables or the expressions which are passed from the calling subprograms are actual parameters.