Computer Science, asked by gursimranvillla, 1 year ago

what is inline function

Answers

Answered by ParthParth
1
The inline functions are a C++ enhancement feature to increase the execution time of a function.
Answered by nikhilrana0011
1
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 functiondefinition wherever those are being called.
Similar questions