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 the difference between a baller and a reference in C++?

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


What is c++ stringstream?

0 Answers  


What are the 2 main types of data structures?

0 Answers  


What does ios :: app do in c++?

0 Answers  






If a function doesn’t return a value, how do you declare the function?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


What is the header file for setw?

0 Answers  


What is the use of "new" operator?

0 Answers  


What is operators in c++?

0 Answers  


Differentiate between late binding and early binding.

0 Answers  


What are the stages in the development cycle?

0 Answers  


Categories