

InterviewSolution
Saved Bookmarks
1. |
Differentiate between actual parameter and formal parameter. |
Answer» The parameter listed in the function prototype are termed as the formal parameters whereas the parameter used in the function call statement are the actual parameters. |
|