Definitions for "Function call"
An expression that moves the path of execution from the current function to a specified function and evaluates to the return value provided by the called function. A function call contains the name of the function to which control moves and a parenthesized list of values. IBM.
an expression and has no full name
an expression, and its value is the value returned by the function
Keywords:  lvalue, erence, ref, result, type
an lvalue if and only if the result type is a reference an lvalue-reference
an lvalue if and only if the result type is a ref- erence
a call that passes control to a subroutine; after the subroutine is executed control returns to the next instruction in main program
a sort of message passing
An execution of a function' s code. A function is passed
Keywords:  quick, task, expensive, way, small
an expensive way to perform a small, quick task