Home » C++ Programming » Questions and Answers » Question
  1. Which value is pointed out first in heap?
    1. Highest value
    2. First value
    3. Lowest value
    4. All of above
    5. None of these
Correct Option: A

The element with the highest value is always pointed by first.



Your comments will be displayed only after manual approval.