Answer Posted / p suresh kumar
The __inline keyword tells the compiler to substitute the
code within the function definition for every instance of a
function call.
However, substitution occurs only at the compiler’s
discretion.
For example, the compiler does not inline a function if
its address is taken or if it is too large to inline.
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What do you mean by Encapsulation?
which feature are not hold visual basic of oop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
#include
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is difference between polymorphism and inheritance?
What is overloading and its types?
Can we create object of interface?
What are the components of marker interface?
What is a class and object?
What are two types of polymorphism?
What is a superclass in oop?
What is polymorphism explain?
What is an example of genetic polymorphism?
What is the point of oop?