Exam 13: Standard Template Library (STL) II

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The algorithm ____ is used to find the elements that are contained in two ranges of elements.

(Multiple Choice)
4.8/5
(33)

The functions generate and generate_n are used to generate elements and fill a sequence.

(True/False)
4.8/5
(42)

The header file ____ contains the definition of the function template make_pair.

(Multiple Choice)
4.9/5
(37)

A function can return two values by using the ____.

(Multiple Choice)
4.9/5
(39)

The algorithms reverse, reverse_copy, rotate, and rotate_copy are contained in the header file ____.

(Multiple Choice)
4.8/5
(35)

The definition of the class pair is contained in the header file utility, thus, to use the class pair in a program, the program must include the following statement ____.

(Multiple Choice)
5.0/5
(36)

The algorithm ____ is used to access and process each element in a given range by applying a function, which is passed as a parameter.

(Multiple Choice)
4.9/5
(40)

Predicates are special types of function objects that return Boolean values.

(True/False)
4.9/5
(43)

The definition of the class implementing a specific container is contained in the header file.

(True/False)
4.8/5
(45)

The containers map and multimap manage their elements in the form ____.

(Multiple Choice)
4.9/5
(42)
Showing 41 - 50 of 50
close modal

Filters

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