Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Does defining a function inline mean that it wont push and
pop things on/off the stack ...like parameters and the
return the address??

Answer Posted / jomb

yes... because the function call to inline function will
substitute the code for the function in the place of
function call, instead of transfering the control to the
function... so, no need to push or pop.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are pointers type-cast?

1157


Explain selection sorting. Also write an example.

1091


What is ios class in c++?

1174


What is c++ best used for?

1099


What is a responder chain?

1108


Explain the use of vtable.

1132


What is enum class in c++?

1317


Do you know about C++ 11 standard?

1142


What is code reusability in c++?

1288


How the programmer of a class should decide whether to declare member function or a friend function?

1178


How do you compile the source code with your compiler?

1100


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

1123


Explain what is polymorphism in c++?

1176


Write a program to find the Fibonacci series recursively.

1112


Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?

1124