Multiple choice _____________ are the variables that receive the incoming values in a function. Actual parameters Function prototypes Formal parameters 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.