InterviewSolution
Saved Bookmarks
| 1. |
Write the syntax of the function prototype. |
|
Answer» return type specifier function name( datatype argument1, datatype argument2, ..); |
|