311,406 views
0 votes
0 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 Maheshkumar
by
2.8k points

1 Answer

23 votes
23 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 Satevg
by
2.7k points