What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1217Of 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
1468What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1190Would 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
1108Will 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
1132an operation between an integer and real always yeilds a) integer result b) real result c) float result
1213Post New C++ General Questions
Do vectors start at 0?
Write a program which uses Command Line Arguments
How do you traverse a btree in backward in-order?
Is c++ a low level language?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How a pointer differs from a reference?
Are c and c++ different?
How the keyword struct is different from the keyword class in c++?
List the types of polymorphism in c++?
What's the most powerful programming language?
How do you establish a has-a relationship?
Is it possible to provide special behavior for one instance of a template but not for other instances?
When you overload member functions, in what ways must they differ?
How did c++ start?
How does atoi function work?