Computer Science, asked by hemuanshu17, 7 months ago

If a function take any arguments, it must declare variables that accept the values as arguments. These variables are called

Answers

Answered by priyaag2102
1

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

Answered by pratikkohad1999
0

Answer:

If a function take any arguments, it must declare variables that accept the values as arguments. These variables are called formal  parameters.

Explanation:

Similar questions