Which term refers to a variable listed in a function's definition that receives a value when the function is called?
- A. Runtime error
- B. Modular programming
- C. Parameter ✓
- D. Code comment
Correct answer
C. Parameter
Explanation
Parameter refers to a variable listed in a function's definition that receives a value when the function is called.