

InterviewSolution
Saved Bookmarks
1. |
Differentiate between Formal Parameter and Actual 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. |
|