Difference between formal argument and actual argument?
Difference between formal argument and actual argument?
Formal arguments are the arguments available in the function definition. They are preceded
by
their own data type. Actual arguments are available in the function call. These arguments are
given
as constants or variables or expressions to pass the values to the function.
Comments
Post a Comment