Computer Science, asked by singhsh426, 11 months ago

Difference between actual and formal parameters in java​

Answers

Answered by tapatidolai
2

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.

Answered by champion485
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