What is the Standard Template Library?
Answer / nimish singh
A library of container templates approved by the ANSI committee for inclusion in the standard C++ specification.
A programmer who then launches into a discussion of the generic programming model, iterators, allocators, algorithms, and such, has a higher than average understanding of the new technology that STL brings to C++ programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we overload operator in c++?
How do I get good at c++ programming?
Explain the difference between new() and malloc() in c++?
Explain the use of virtual destructor?
Why is it called c++?
What is null c++?
Specify some guidelines that should be followed while overloading operators?
what is C++ exceptional handling?
What are the two shift operators and what are their functions?
What is the use of endl in c++ give an example?
Define virtual constructor.
What is class invariant in c++?