adspace
Answer Posted / Ajay Singh
An inline function in C++ is a special function that, when called, is inserted at the point of call (inline expansion) instead of being called indirectly through a function call. The purpose is to optimize execution speed by reducing the overhead associated with function calls.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers