Multiple choice technology databases

The variables or expressions referenced in the parameter list of a subprogram call are Actual parameters?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Actual parameters are the values or expressions passed in a subprogram call. They are the real data being supplied to the subroutine when it's invoked. This contrasts with formal parameters, which are the variable declarations in the subprogram's specification that define what parameters it accepts.