Answer Posted / achal ubbott
The keyword inline before a function's name can make a
difference only if the function is small.
Such a thing helps in reducing the overhead of context
switching and thus making things work a little faster. It
is all upon the compiler to decide if it would really make
that inline or not. The amount of overhead depends upon the
architecture of the underlying CPU.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is multilevel inheritance in oop?
What is the difference between a constructor and a destructor?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What are the components of marker interface?
How do you define social class?
Is this job good for future? can do this job post grduate student?
What is byval and byref? What are differences between them?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Why do we use class in oops?
What is interface in oop?
What do you mean by abstraction?
What does no cap mean?
What is polymorphism what are the different types of polymorphism?
What is the difference between a mixin and inheritance?