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
Can we define function inside main in c++?
which of the following is not an secondary constant a) array b) real c) union
Refer to a name of class or function that is defined within a namespace?
Is c++ a programming language?
Tell me difference between constant pointer and pointer to a constant.
Do vectors start at 0?
What jobs can you get with a c++ certification?
Can non-public members of another instance of the class be retrieved by the method of the same class?
Explain polymorphism?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What apps are written in c++?
Why was c++ made?
What is c++ vb?
Can we delete this pointer in c++?
When does a 'this' pointer get created?