what is inline function?

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


Please Help Members By Posting Answers For Below Questions

what is graphics

2021


What is polymorphism what are the different types of polymorphism?

570


What is class and object in oops?

615


What are oops functions?

592


What is overloading in oops?

606






Why is oop useful?

608


Is oop better than procedural?

582


What is coupling in oop?

604


What is stream in oop?

846


What are the benefits of polymorphism?

630


What is constructor in oop?

593


What is destructor example?

606


Why do we use class in oops?

561


What is the difference between a constructor and a destructor?

621


What are different oops concepts?

582