What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1118Of 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
1360What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1072Would 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
990Will 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
1030an operation between an integer and real always yeilds a) integer result b) real result c) float result
1108Post New C++ General Questions
Mention the purpose of istream class?
Explain the difference between c++ and java.
Which is best c++ or java?
What does flush do c++?
What are disadvantages of pointers?
Does dev c++ support c++ 11?
What is a modifier in c++?
Explain public, protected, private in c++?
What is data binding in c++?
What is a type library?
What are c++ templates used for?
Explain the difference between realloc() and free() in c++?
What is difference between malloc()/free() and new/delete?
Why is "using namespace std;" considered bad practice?
What is ctime c++?