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
Differentiate between realloc() and free().
How many types of scopes are there in c++?
When do we run a shell in the unix system? How will you tell which shell you are running?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What language does google use?
How can I learn dev c++ programming?
Explain the virtual inheritance in c++.
What is the use of endl?
Can a program run without main in c++?
What is dangling pointers?and what is memory leak?
How do c++ struct differs from the c++ class?
why and when we can declar member fuction as a private in the class?