STL (140)
OOPS (873)
C++ General (2409) What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
1132In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
1171What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
1258
What are proxy objects in c++?
What is multilevel inheritance explain with example?
Why Pointers are not used in C++?
What does namespace mean in c++?
What are the two types of comments, and how do they differ?
Is string data type in c++?
What are mutator methods in c++?
Why use of template is better than a base class?
What is polymorphism and example?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Define a pdb file.
What is persistence in oop?
Get me a number puzzle game-program
When does a name clash occur in c++?
Explain shallow copy?