InterviewSolution
Saved Bookmarks
| 1. |
How many components STL has?(a) 1(b) 2(c) 3(d) 4 |
|
Answer» The correct choice is (d) 4 Explanation: STL has four components namely Algorithms, Containers, Functors and Iterators. |
|