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 a dangling pointer in c++?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is #include cmath?
What is scope operator in c++?
What are register variables?
What is the difference between a definition and a declaration?
Explain operator overloading.
What is a rooted hierarchy?
Can comments be longer than one line?
What does '\r' and '\b' mean? Please explain with example.
Is c++ primer good for beginners?
When are exception objects created?