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 |
Which programming language's unsatisfactory performance led to the discovery of c++?
How would you implement a substr() function that extracts a sub string from a given string?
What are libraries in c++?
What are signs of manipulation?
What is implicit pointer in c++?
Why do you use the namespace feature?
What is dangling pointers?and what is memory leak?
What is the full form of ios?
What is conditions when using boolean operators?
What are the advantages of c++ over c?
List the features of oops in c++?
what is the difference between overloading & overriding? give example.