InterviewSolution
Saved Bookmarks
| 1. |
How many Container Adaptors are provided by C++?(a) 2(b) 3(c) 4(d) 5 |
|
Answer» Right option is (b) 3 For explanation: C++ provides 3 types of Container Adaptors namely Stack, Queue and Priority Queues. |
|