What are formal and Actual arguments in functions? Give example
Answers
Answered by
0
They both are the same. The major difference between actual and formal arguments is that actual arguments are the source of information; calling programs pass actual arguments to called functions. ... When values are passed to a called function the values present in actual arguments are copied to the formal arguments.
Similar questions