Quiz: The Ranges Library

Assess your knowledge gained in this section by attempting the quiz below.

1

What is a range?

A)

An abstraction for a sequence of elements defined with beginning and end iterators where the beginning iterator points to the first element and the end iterator points to the last element of the sequence

B)

An abstraction for a sequence of elements defined with beginning and end iterators where the beginning iterator points to the first element and the end iterator points to the one-past-last element of the sequence

C)

An abstraction for a sequence of elements defined with beginning and end iterators where the beginning iterator points to the one-before-first element and the end iterator points to the last element of the sequence

D)

An abstraction for a sequence of elements defined with beginning and end iterators where the beginning iterator points to the one-before-first element and the end iterator points to the one-past-last element of the sequence

Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.