0
what is stl in cpp
plz give the answer if you know it
1 Answer
+ 2
the C++ STL (Standard Template Library) is a powerful set of C++ template classes to provides general-purpose templatized classes and functions that implement many popular commonly used algorithms and data structures like vectors, lists, queues and stacks.