Multiple choice

Which of the following data structures is not implemented by STL (Standard Template Library)?

  1. List

  2. Queue

  3. Stack

  4. Pointer

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Pointer is not a data structure. It is a variable that contains the address of another variable and is not implemented in STL.