What are C++ inline functions?



What are C++ inline functions?..

Answer / 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

More C++ General Interview Questions

Do you know what is overriding?

0 Answers  


What is class invariant?

1 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


What is the default width for ouputting a long integer using the insertion operator?

0 Answers  


What is a null object in c++?

0 Answers  






Mention the purpose of istream class?

0 Answers  


Can manipulators fall in love?

0 Answers  


How are the features of c++ different from c?

0 Answers  


What is the difference between Char a[ ]=”string” and char *a=”String”

11 Answers   Adobe,


How did c++ start?

0 Answers  


List down the guideline that should be followed while using friend function.

0 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


Categories