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
1083In 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
1096What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
1194
What are oops functions?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Can we overload operator in c++?
What is oops concept with example?
what are the iterator and generic algorithms.
What is c++ prototype?
What is difference between n and endl in c++?
What is pointer to array in c++?
What do you mean by translation unit?
Why do we need templates?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
What are the benefits of pointers?
is there any choice in opting subjects like 4 out of 7
Why do we use using namespace std in c++?
What are destructors?