Exam 4: Standard Template Library (STL) I

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The statement vecList.push_back(elem) deletes the element elem from the vector.

(True/False)
4.8/5
(35)

The function copy can copy the elements of a vector into another vector.

(True/False)
4.7/5
(30)

Vector containers are logically the same as arrays.

(True/False)
4.8/5
(38)

Algorithms are class templates.

(True/False)
4.8/5
(45)

____ iterators, with write access, step forward element-by-element.

(Multiple Choice)
4.8/5
(33)

The statements vecList.at(index) and vecList[index] return different values.

(True/False)
5.0/5
(33)

An iterator works like a pointer.

(True/False)
4.9/5
(40)
Showing 41 - 47 of 47
close modal

Filters

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