STL (140)
OOPS (873)
C++ General (2409) What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1232Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
1482What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1194Would 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
1119Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
1137an operation between an integer and real always yeilds a) integer result b) real result c) float result
1222
Explain static and dynamic memory allocation with an example each.
Can user-defined object be declared as static data member of another class?
Explain the virtual inheritance in c++.
What sorting algorithm does c++ use?
What do you mean by delegate? Can a user retain delegates?
How does a copy constructor differs from an overloaded assignment operator?
What is stack unwinding?
what is pre-processor in C++?
Explain the volatile and mutable keywords.
What is the real purpose of class – to export data?
What does oop mean in snapchat?
Can static member variables be private?
What is wrapper class in c++?
What does std :: flush do?
What are the vectors in c++?