Computer Science, asked by ab1234567890, 1 year ago

difference between formal parameter and actual argument

Answers

Answered by emf
2
formal parameters are those that are declared during function definition and actual parameters are those that are defined during function call
Answered by jayanti5
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