Answer Posted / laxman
Inline function :-
In genereal function call branching method is there . In
inline function substitution takes place . Inline
functions are expanded during compilation . Exectution
becomes fast and branching is eliminated. Inline word is a
request but not command. If inline is not possible compiler
takes it like a genral function call.
rules:
1 function should be small
2. Controll statements are not valid like for ,while
if u need more mail to me
Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Is c++ an oop?
Is java based off c++?
How do you traverse a btree in backward in-order?
What are smart pointers?
What is a memory leak c++?
Difference between overloaded functions and overridden functions
You run a shell on unix system. How would you tell which shell are you running?
What is enum c++?
Is c++ the hardest language?
How will you call C functions from C ++ and vice-versa?
Explain shallow copy?
What does new in c++ do?
What are the benefits of c++?
What is the best book for c++ beginners?
Discussion on error handling of C++ .