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
write string class as your own class in java without using any built-in function
What is the oops and benefits of oops programming?
Can you inherit a private class?
Can static class have constructor?
What is overloading in oop?
program for insertion ,deletion,sorting in double link list
Why is oop useful?
State what is encapsulation and friend function?
Get me an image implementation program.
What are the types of abstraction?
What is static in oop?
class type to basic type conversion
What is object and class in oops?
What is meant by oops concept?
hi all..i want to know oops concepts clearly can any1 explain??