Beginner C++
Q19 / 100

What is the STL?

Correct! Well done.

Incorrect.

The correct answer is C) Standard Template Library

C

Correct Answer

Standard Template Library

Explanation

The Standard Template Library provides generic containers (vector, map, set), algorithms (sort, find), and iterators.

Progress
19/100