Home » C++ Programming » Questions and Answers » Question
  1. What is meant by heap?
    1. used for terminate the program
    2. Used for fast retrieval of elements
    3. Used for organising the elements
    4. Used for fast retrieval & organising the elements
    5. None of these
Correct Option: D

A heap is a way to organize the elements of a range that allows for fast retrieval of the element.



Your comments will be displayed only after manual approval.