20.4k views
2 votes
FILL IN THE BLANK. The range-based for loop, in C++ 11, is designed to work with a built-in variable known as the ________.

User Taku
by
4.5k points

1 Answer

3 votes

Answer:

iterator

Step-by-step explanation:

The range-based for loop, in C++ 11, is designed to work with a built-in variable known as the iterator.

Tell me if this helped :)

User Thomaskeefe
by
4.6k points