What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
1126Of 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
1367What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
1085Would 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
1006Will 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
1040an operation between an integer and real always yeilds a) integer result b) real result c) float result
1117Post New C++ General Questions
Write a program to add three numbers in C++ utilizing classes.
Which software is best for programming?
Explain the isa and hasa class relationships. How would you implement each?
What is a volatile variable in c++?
What flag means?
What is main function in c++ with example?
Difference between pointer to constant vs. Pointer constant
What are the benefits of c++?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Can I uninstall microsoft c++ redistributable?
Explain the term memory alignment?
What is the difference between reference and pointer?
What is array in c++ pdf?
Is c++ map a hash table?
What is type of 'this' pointer?