differentiate between actual and formal parameters
1
Expert's answer
2021-07-31T07:17:15-0400
Actual Parameters are the values that are passed to the function when it is invoked.
Formal Parameters are the variables defined by the function that receives values when the function is called.
Comments
Leave a comment