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 are the benefits of pointers?
What are iterators in c++?
How do you master coding?
Is map sorted c++?
What are the extraction and insertion operators in c++?
Explain the concept of copy constructor?
List down the guideline that should be followed while using friend function.
What is the protected keyword used for?
What is the error in the code below and how should it be corrected?
Why is main an int?
How much maximum can you allocate in a single call to malloc()?
What are mutator methods in c++?
Can java be faster than c++?
Name the implicit member functions of a class.
What is the c++ code?