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??

Answers were Sorted based on User's Feedback



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

Answer / 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

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

Answer / jomb

yes...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is conditions when using boolean operators?

0 Answers  


What do you mean by public protected and private in c++?

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


What is c++ vb?

0 Answers  


Differences between private, protected and public and give examples.

0 Answers  


How important is c++?

0 Answers  


What is problem with Runtime type identification?

2 Answers  


Can we delete this pointer in c++?

0 Answers  


What is c++ array?

0 Answers  


What can c++ be used for?

0 Answers  


Are c and c++ different?

0 Answers  


Categories