InterviewSolution
Saved Bookmarks
| 1. |
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 orderI had been asked this question in an internship interview.Query is from STL topic in chapter Class Hierarchies, Library & Containers of C++ |
|
Answer» Right choice is (a) decreasing order |
|