Exam 21: Standard Template Library (STL)

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Every container contains the typedef ____________________.An iterator of this type is used to iterate through the elements of a container in reverse.

(Short Answer)
5.0/5
(38)

The class ____ contains the definition of an output stream iterator.

(Multiple Choice)
5.0/5
(38)

____ is a sequence container.

(Multiple Choice)
4.8/5
(42)

The ____________________ iterator is used to input data into a program from an input stream.

(Short Answer)
4.9/5
(33)

The ____ operation removes the first element from the deque object deq.

(Multiple Choice)
4.7/5
(41)

The expression ct.____________________ deletes all of the elements from the container ct.

(Short Answer)
4.8/5
(33)

The deq.front()operation on a deque object checks whether the container is empty.

(True/False)
4.8/5
(37)

The ____ operation on a vector container deletes the last element.

(Multiple Choice)
4.8/5
(32)

The ____ operation returns a pointer to the position before the first element in container ct.

(Multiple Choice)
4.8/5
(40)

____ containers allow elements to be inserted at both ends.

(Multiple Choice)
4.7/5
(38)
Showing 41 - 50 of 50
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)