સમાચાર

If the inline function is being used when the function is called, the inline function expands the whole function code at the point of a function call, instead of running the function. Inline functions ...
Preceding a function declaration with the inline specifier informs the compiler that inline expansion is preferred over the usual function call mechanism for a specific function.
Inline function:- the inline function are those that can be expand at the time of compilation. inline function is a combination of macro function. either at the time of declaration or definition of ...