Correct Answer: An inline function is a function that is expanded inline when invokedie the compiler replaces the function call with the corresponding function code An inline function is a function that is expanded in line when it is invoked That is the compiler replaces the function call with the corresponding function code (similar to macro)