#InlineFunctionsinCplusplus #cpluspluslectures #cplusplusplaylist

Inline functions is a function that is expanded inline when the function is invoked.
When ever inline function is called the function body is inserted or substituted at function call.