Definitions
There is 1 meaning of the phrase
Function Call.
Function Call - as a noun
A call that passes control to a subroutine; after the subroutine is executed control returns to the next instruction in main program
Example Sentences
"In programming, a function call is used to execute a specific function."
"The function call returns the value computed by the function."
"You need to provide the arguments in a function call for it to work correctly."
"The function call can be nested within another function."
"The print() function call displays output on the console."