Computer Science, asked by pramodpandey030902, 4 months ago

what are inline function ? explain with example . also list some situation where inline function cannot be used .<br />​

Answers

Answered by anupatil172
1

Answer:

The inline functions are a C++ enhancement feature to increase the execution time of a program. Functions can be instructed to compiler to make them inline so that compiler can replace those function definition wherever those are being called.

Similar questions