235k views
3 votes
Question 3 options: Values passed to functions are , and variables in a function that hold the passed values are

User Minister
by
6.9k points

1 Answer

5 votes

Final answer:

Values passed to functions are called arguments, and the variables that receive these values in the function are known as parameters or formal parameters.

Step-by-step explanation:

Values passed to functions are known as arguments, and the variables in a function that hold the passed values are called parameters or formal parameters. When a function is called, the arguments are the actual data that's being sent to the function. These arguments are received by the function into its parameters, which are the named variables within the function definition that receive and hold the values of the arguments during the function's execution.

User Usman Azhar
by
8.0k points