Home » C++ Programming » Questions and Answers » Question
  1. What is the use of make_heap in the heap operation?
    1. Deform a heap
    2. Form a heap
    3. Rearrange a heap
    4. All of above
    5. None of these
Correct Option: B

It is used to rearranges a range so that it becomes a heap.



Your comments will be displayed only after manual approval.