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
Can you overload the operator+ for short integers?
What does it mean to declare a member function as static?
What is private inheritance?
Is dev c++ free?
Explain the purpose of the keyword volatile.
What is dev c++ used for?
What is ios flag in c++?
Can c++ be faster than c?
Write my own zero-argument manipulator that should work same as hex?
What is the protected keyword used for?
What is time h in c++?
What is scope operator in c++?
What is an inline function in c++?
Should I learn c or c++ or c#?
Which software is used for c++ programming?