Components of STL are …
A. Containers B. Algorithm C. Iterators

Options
- A and B only
- B and C only
- A and C only
- A, B and C only


CORRECT ANSWER : A, B and C only

Discussion Board
C++ - STL

STL stands for Standard Template Library. It is a software library for the C++ programming language that influenced many parts of the C++ Standard Library. STL components are algorithms, containers and iterators.

Prajakta Pandit 01-30-2017 02:16 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement