STL (140)
OOPS (873)
C++ General (2409) What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1131Of 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
1372What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1095Would 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
1008Will 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
1044an operation between an integer and real always yeilds a) integer result b) real result c) float result
1125
What are the stages in the development cycle?
How do you find out if a linked-list has an end?
Is eclipse good for c++?
What are pointer-to-members in C++? Give their syntax.
What are virtual constructors/destructors?
What is the advantage of oop over procedural language?
Why should a c++ programmer be interested in stl?
what is Loop function? What are different types of Loops?
What is difference between data abstraction and encapsulation?
What is data abstraction? How is it different from data encapsulation?
What is wrapper class in c++?
What is difference between n and endl in c++?
Define basic type of variable used for a different condition in C++?
Who was the creator of c++?
How do I convert a stl file?