Elements in STL heap are removed in ________________________
(a) decreasing order
(b) increasing order
(c) alternate i.e. once max element then min element
(d) input order
I had been asked this question in an internship interview.
Query is from STL topic in chapter Class Hierarchies, Library & Containers of C++