InterviewSolution
Saved Bookmarks
| 1. |
Write the syntax of defining and calling a function |
|
Answer» Function DECLARATION, is done to tell the COMPILER about the existence of the function. Function's return type, its NAME & parameter list is mentioned. Function body is WRITTEN in its definition. |
|