Computer Science, asked by aryan4025, 1 year ago

difference between formal and actual parameters.​

Answers

Answered by anjali2786
1

The difference between Actual Parameters and Formal Parameters is that Actual Parameters are the values that are passed to the function when it is invoked while Formal Parameters are the variables defined by the function that receives values when the function is called

Answered by aryan12326
0

Answer:

The difference between Actual Parameters and Formal Parameters is that Actual Parameters are the values that are passed to the function when it is invoked while Formal Parameters are the variables defined by the function that receives values when the function is called.

Similar questions