Vidyalelo
C++ Programming · Q385

C++ miscellaneous

Programming · C++ Programming · question 385

Q385

What is the use of checked iterators?

A.
Overwrite the bounds of your container
B.
Not allow you to overwrite the bounds of your container
Answer
C.
It will check the list value
D.
Overwrite the bounds of your iterators

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board