Which of the following is the correct function format? 1. Function(Arguments) 2. (Arguments)Function 3. None of the above
Answers
Answered by
11
In most of the programming languages first function is derived from the libraries(it can be your own library)and then its arguments are written within parenthesis. So first one is the correct answer.
Answered by
0
Answer:
The answer is Function (Arguments)
is the answer
Similar questions