Multiple choice

_____________ are the arguments that appear when the function is called.

  1. Formal arguments

  2. Default arguments

  3. Actual arguments

  4. None of these

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

Actual arguments are the arguments that appear when the function is called.