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 |
What is the most useful programming language?
How to avoid changing constant values?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
How do you find out if a linked-list has an end?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
What are the differences between a struct in C and in C++?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?
What is the C-style character string?
Describe protected access specifiers?
How can a '::' operator be used as unary operator?
What is implicit pointer in c++?