InterviewSolution
Saved Bookmarks
| 1. |
What is the syntax for creating a function? |
|
Answer» FUNC function_name( [PARAMETER list] ) [return_types] { |
|