...

/

Quiz: The Ranges Library

Quiz: The Ranges Library

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

We'll cover the following...
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
...