Programming Concepts

What does Parameter refer to?

Correct answer

A. A variable listed in a function's definition that receives a value when the function is called.

Explanation

Parameter refers to a variable listed in a function's definition that receives a value when the function is called.