What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack
1023In 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
1033What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
1129Post New C++ General Questions
If I is an integer variable, which is faster ++i or i++?
What is meaning of in c++?
Difference between pass by value and pass by reference?
Differentiate between the message and method in c++?
Is multimap sorted c++?
How do you clear a map in c++?
What is long in c++?
Define a constructor - what it is and how it might be called (2 methods)?
What is #include iomanip?
What is a manipulative person?
Describe the advantage of an external iterator.
What are pointer-to-members in C++? Give their syntax.
What are the four partitions in which c++ compiler divides the ram?
Is set c++?
How do you differentiate between overloading the prefix and postfix increments?