What do you mean by overhead in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Are there any special rules about inlining?
Will this c++ program execute or not?
Specify different types of decision control statements?
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is the full form of ios?
Why is c++ so fast?
How the delete operator differs from the delete[]operator?
How do you find out if a linked-list has an end?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
What are destructors?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is meant by a delegate?