Correct Answer : A function that is expanded at each call during execution
Explanation : Inline function is those which are expanded at each call during the execution of the program to reduce the cost of jumping during execution.