InterviewSolution
Saved Bookmarks
| 1. |
Which container is used to keep priority based elements?(a) queue(b) stack(c) set(d) priority queueI got this question by my school teacher while I was bunking the class.Query is from More Containers in portion Class Hierarchies, Library & Containers of C++ |
|
Answer» Right option is (d) priority queue |
|