Multiple choice

_____________ are the variables that receive the incoming values in a function.

  1. Actual parameters

  2. Function prototypes

  3. Formal parameters

  4. None of these

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

Formal parameters are the variables that receive the incoming values in a function.