What do you mean by overhead in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Are there any special rules about inlining?

0 Answers  


Will this c++ program execute or not?

0 Answers  


Specify different types of decision control statements?

0 Answers  


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?

0 Answers  






Why is c++ so fast?

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  


class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;

4 Answers   Manhattan,


What are destructors?

0 Answers  


What happens when a function throws an exception that was not specified by an exception specification for this function?

1 Answers  


What is meant by a delegate?

0 Answers  


Categories