Home » C++ Programming » Questions and Answers » Question
  1. How many parameters are required for sort_heap function?
    1. 2
    2. 2 or 3
    3. 3
    4. 1
    5. None of these
Correct Option: B

There are three parameters required for sort_heap. There are first element in heap and last element in heap and an optional compare.



Your comments will be displayed only after manual approval.