Home » C++ Programming » Questions and Answers » Question
  1. In what form does the STL provides heap?
    1. list
    2. vector
    3. priority_queue
    4. queue
    5. None of these
Correct Option: C

STL does provide a heap in the form of a std::priority_queue.



Your comments will be displayed only after manual approval.