STL (140)
OOPS (873)
C++ General (2409)
Why do you use the namespace feature?
What are c++ templates used for?
When should we use multiple inheritance?
What are the important components of cohesion?
What is interface? When and where is it used?
What character terminates all character array strings a) b) . c) END
What is the difference between C and CPP?
Is there a difference between class and struct?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
Explain about Searching and sorting algorithms with complexities
What is the full form of ios?
What is flush programming?
Explain how we implement exception handling in c++?
Explain queue. How it can be implemented?
What is const in c++?