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 |
Implement stack operations with pointers with appropriate exception checks.
What is abstraction c++?
Can inline functions have a recursion? Give the reason?
How come you find out if a linked-list is a cycle or not?
Describe private, protected and public – the differences and give examples.
What is oop in c++?
What does obj stand for?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ?
What are friend functions?
In a function declaration, what does extern mean?
What do you mean by “this” pointer?
Can java be faster than c++?