What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1171Of 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
1416What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1125Would 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
1044Will 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
1077an operation between an integer and real always yeilds a) integer result b) real result c) float result
1153Post New C++ General Questions
What is atoi in c++?
What is else if syntax?
What is the need of a destructor?
What is the best free c++ compiler for windows?
Which bit wise operator is suitable for putting on a particular bit in a number?
Can you Mention some Application of C/C++?
What are separators in c++?
Write bites in Turbo c++ Header ("Include") Files.
Differentiate between realloc() and free().
When does the c++ compiler create temporary variables?
What do you mean by inheritance in c++?
How can virtual functions in c++ be implemented?
What is an iterator?
What is pair in c++?
Can you please explain the difference between static and dynamic binding of functions?