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 |
Is nan a c++?
what is the order of initialization for data?
10 Answers Amazon, TCS, Wipro,
What do nonglobal variables default to a) auto b) register c) static
What do you mean by abstraction in C++?
What is vectorial capacity?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the Diffrence between a "assignment operator" and a "copy constructor"?
Explain all the C++ concepts using examples.
What problems might the following macro bring to the application?
1.what is the difference between software & package &application.
In what situations do you have to use initialization list rather than assignment in constructors?
What programming language should I learn first?