What is the type of the first item in the heap?
(a) Bigger than others
(b) Lower than others
(c) Mean value of the heap
(d) Equal to others
This question was posed to me during an internship interview.
The question is from Standard Library Algorithms topic in section Algorithms, Objects & Iterators in C++ of C++