Programming Concepts

Which term refers to a variable listed in a function's definition that receives a value when the function is called?

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.