Answer Posted / mishra@deepa
inline function are thise function which get,the body of
the function get pasted at the place of function call,means
it just take the place of the function call ,
it is not necessary that all inline function will remain
inline ,it can be changed into normal fuction call,if the
body of the function is quite big(like it include a long fo
loop).
it is just done to decrease the time of executionthe time a
fuction take to transfer a call to stack.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is for loop and its syntax?
What are the two different types of polymorphism?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Why do while loop is used?
Why is object oriented programming so hard?
What are the data types in oop?
Can an interface inherit a class?
What are the 3 principles of oop?
What is multilevel inheritance explain with example?
What is interface? When and where is it used?
What is the advantage of oop over procedural language?
What is the problem with multiple inheritance?
What are objects in oop?
What is solid in oops?