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 protected keyword used for?
How is objective c different from c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is double in c++?
What gives the current position of the put pointer?
Out of fgets() and gets() which function is safe to use?
What is data types c++?
Explain the use of vtable.
How do I get good at c++ programming?
What is the type of 'this' pointer?
What will the line of code below print out and why?
What is rtti in c++?
Why do we use classes in c++?
Write a short code using c++ to print out all odd number from 1 to 100 using a for loop
How do you find out if a linked-list has an end?