-
What will happen if the iterator is unchecked?
-
- Arising of compiler warnings & Unchecked behavior on program
- Nothing will execute
- Unchecked behavior on program
- Arising of compiler warnings
- None of these
Correct Option: A
We will get unchecked behavior on calls to an unchecked function and Calls to the standard function will result in compiler warnings.