What is inline function

What is meant by an inline function?

E

Expert

Verified

An inline function is defined as the function which is expanded in line whenever it is called. That is compiler substitutes the function call with the corresponding function code whenever it is called.

The inline functions are described as Inline function-header

{
Function body
}

   Related Questions in C/C++ Programming

©TutorsGlobe All rights reserved 2022-2023.