Physics, asked by pawanrajsingh8564, 11 months ago

What are formal and Actual arguments in functions? Give example

Answers

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