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

What is vector pair in c++?

0 Answers  


What do you mean by enumerated data type?

0 Answers  


What is the best it certification?

0 Answers  


How do c++ struct differs from the c++ class?

0 Answers  


write infinite loop in C++ which does not use any variable or constant?

3 Answers  






How many ways are there to initialize an int with a constant?

1 Answers  


How to implement flags?

2 Answers   Symphony,


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


What are guid?

0 Answers  


What do you mean by translation unit in c++?

1 Answers  


Is c++ pass by reference or value?

0 Answers  


Which is the best c++ software?

0 Answers  


Categories