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 most useful programming language?

0 Answers  


How to avoid changing constant values?

2 Answers   Symphony,


What is the maximum combined length of command line arguments including the space between adjacent arguments?

0 Answers  


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

0 Answers  


How do you find out if a linked-list has an end?

0 Answers  






Write a program to get the value of sin (x) using a library function , when x is given in degrees.

1 Answers  


What are the differences between a struct in C and in C++?

8 Answers   Amazon, Wipro,


What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 Answers  


What is the C-style character string?

0 Answers  


Describe protected access specifiers?

0 Answers  


How can a '::' operator be used as unary operator?

1 Answers  


What is implicit pointer in c++?

0 Answers  


Categories