How do you call a function ?Explai it.
Answers
Answered by
1
A function declaration tells the compiler about a function name and how to call the function. The actual body of the function can be defined separately. A function declaration has the following parts − return_type function_name( parameter list )
Similar questions