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
Prepare me a program for the animation of train
What do you mean by variable?
#include
write knight tour problem which is present in datastructure
What is for loop and its syntax?
Get me a number puzzle game-program
Are polymorphisms mutations?
What is polymorphism in oops with example?
What is encapsulation in ict?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
what are the ways in which a constructors can be called?
How do you answer polymorphism?
What is new keyword in oops?
What are the 4 pillars of oop?
Why is polymorphism used?