What is a responder chain?


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

Post New Answer

More C++ General Interview Questions

Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


State the difference between pre and post increment/decrement operations.

0 Answers  


Do vectors start at 0 c++?

0 Answers  


What are pointer-to-members? Explain.

0 Answers   iNautix,


What is the difference between a definition and a declaration?

0 Answers  






Is c++ high level programming language?

0 Answers  


What is a container class?

0 Answers  


What is a linked list in c++?

0 Answers  


What is lvalue?

0 Answers  


What is binary search in c++?

0 Answers  


What is a far pointer? where we use it?

0 Answers  


Explain polymorphism?

0 Answers  


Categories