What are the values of variables called?
Answers
Answered by
1
Constant
Answered by
1
Explanation:
the variable named x is a parameter because it is given a value when the function is called. The integer 5 is the argument which gives x its value. In most languages, function parameters have local scope.
Similar questions