If a function take any arguments, it must declare variables that accept the values as arguments. These variables are called
Answers
If a function take any arguments, it must declare variables that accept the values as arguments. These variables are known as the formal parameters of the function.
Explanation:
In the programming of computer, a parameter refers to a main type of variable that is used in the subroutines.
If a particular function utilizes arguments, it declares the variables that are likely to accept the values of the arguments. These variables are known as the formal parameters of the function.
The formal arguments tend to receive value from the actual arguments. In various languages formal parameters perform alike local variables which get initialized on the entry.
Know more:
1. Define actual and formal parameters in c with example
https://brainly.in/question/10943034
2. Differentiate between formal parameter and actual parameter.
https://brainly.in/question/2998746
Answer:
If a function take any arguments, it must declare variables that accept the values as arguments. These variables are called formal parameters.
Explanation: