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 |
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
What is the difference between delegation and implemented-in-terms-of?
Explain object slicing in c++?
Write a C++ Program to check whether a number is prime number or not?
What is the function of I/O library in C++ ?
What is the best c++ book?
Explain how a pointer to function can be declared in C++?
What are the stages in the development cycle?
How to declare an array of pointers to integer?
What are the storage qualifiers?
Should I learn c++ c?
What is scope resolution operator in c++ with example?