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
What is a virtual destructor? Explain the use of it?
Why are pointers not used in c++?
What is near, far and huge pointers? How many bytes are occupied by them?
Is java made in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is namespace std; and what is consists of?
Ask to write virtual base class code?
What is c++ runtime?
What is the difference between an array and a list?
why c++ is not called strictly d super set of c?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Explain virtual destructor?