Answer Posted / hrpynux@gmail.com
C++ provides an inline functions to reduce the function call overhead. Inline function is a function that is expanded in line when it is called. ... This substitution is performed by the C++ compiler at compile time. Inline function may increase efficiency if it is small.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the rule of three?
What are the various access specifiers in c++?
What is increment operator in c++?
What is the fastest c++ compiler?
What is the use of setfill in c++?
What do you mean by overhead in c++?
Is string an object in c++?
How do I download c++?
Is nan a c++?
What is implicit pointer in c++?
How should a contructor handle a failure?
What is the use of cmath in c++?
Why is c++ awesome?
What is #include cstdlib in c++?
What are the various storage classes in C++?