What is the statement specifically called that invokes a function ?
4 Likes
The statement that invokes a function is called method call statement.
Answered By
3 Likes
What is a function ? What is its other name ? What is function prototype ?
What are actual and formal parameters of a function ?
A function argument is a value returned by the function to the calling program. (T/F) ?
How many values can be returned from a function ?