Multiple choice technology databases

The variables declared in a subprogram specification and referenced in the subprogram body are formal parameters?

  1. True

  2. False

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

Formal parameters are the variables declared in a subprogram's header or specification. They serve as placeholders for the values that will be passed when the subprogram is called. These are referenced within the subprogram body to work with the data provided through actual parameters.