difference between formal parameter and actual argument
Answers
Answered by
2
formal parameters are those that are declared during function definition and actual parameters are those that are defined during function call
Answered by
0
the term parameter some time called formal parameter.this is often used to refer to the variable as found in the function definition.while, arguments are some time called actual parameter ,they refer to the actual input supplies at function call.
Similar questions