Home » C++ Programming » Questions and Answers » Question
  1. What will happen if the iterator is unchecked?
    1. Arising of compiler warnings & Unchecked behavior on program
    2. Nothing will execute
    3. Unchecked behavior on program
    4. Arising of compiler warnings
    5. 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.



Your comments will be displayed only after manual approval.