What is the Standard Template Library?



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

Post New Answer

More C++ General Interview Questions

What is a concrete class?

1 Answers  


Write about the retrieval of n number of objects during the process of delete[]p?

0 Answers  


What are virtual functions in c++?

0 Answers  


Describe the main characteristics of static functions?

1 Answers  


Write a program to find the Factorial of a number

0 Answers  






What is the full form of ios?

0 Answers  


Eplain extern keyword?

0 Answers  


Does c++ have foreach?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


What is a sequence in c++?

0 Answers  


Why do we use vector in c++?

0 Answers  


Why do we need runtime polymorphism in c++?

0 Answers  


Categories