How is actual parameter different from the formal parameter?
Actual parameters: Parameters that are sent to the function at the calling end.
Formal Parameters: Parameters that are at the receiving of the function definition.
Suggest An Answer
No suggestions Available!