🎴 Flashcard Mode

C++

Card1 / 25
Mastered0
Review0
QuestionClick to flip

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

AnswerClick to flip back
A
Pointer
💡 Explanation:

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

Change Mode