STL (140)
OOPS (873)
C++ General (2409) What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
1024What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
1019When there is a global variable and local variable with the same name, how will you access the global variable?
1062
What does it mean to declare a member function as static?
What is cin clear () in c++?
Why is "using namespace std;" considered bad practice?
Explain virtual class?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
Which one is better- macro or function?
What are c++ storage classes?
What is a Default constructor?
How do you show the declaration of a virtual constructor?
What are the uses of static class data?
What is stl stack?
What is class in c++ with example?
What do you mean by inheritance in c++? Explain its types.
What is a breakpoint?
What is a static member?