Of 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
No Answer is Posted For this Question
Be the First to Post Answer
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
What is c++ manipulator?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is the use of endl in c++?
How do you find out if a linked-list has an end?
Evaulate: 22%5 a) 2 b) 4 c) 0
Tell me what are static member functions?
Can a class be static in c++?
difference between macro and function?
What is a block in c++?