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
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 |
What is conditions when using boolean operators?
What do you mean by public protected and private in c++?
Write a Program to find the largest of 4 no using macros.
How would you call C functions from C++ and vice versa?
What is c++ vb?
Differences between private, protected and public and give examples.
How important is c++?
What is problem with Runtime type identification?
Can we delete this pointer in c++?
What is c++ array?
What can c++ be used for?
Are c and c++ different?