What is the difference between formal and actual parameters?
Answers
Answered by
1
Answer:
When a function is called, the values (expressions) that are passed in the function call are called the arguments or actual parameters. ... The parameters are written in function definition are known as formal parameters. Actual Parameters can be constant values or variable names.
Answered by
0
Answer:
When a function is called, the values (expressions) that are passed in the function call are called the arguments or actual parameters. ... The parameters are written in function definition are known as formal parameters. Actual Parameters can be constant values or variable names.
Similar questions