1.

What will happen if the iterator is unchecked?(a) Arising of compiler warnings(b) Unchecked behavior on program(c) Nothing will execute(d) Arising of compiler warnings & Unchecked behavior on programPlease answer this question soon.The question is from objects & iterators in c++

Answer»

Correct choice is (d) Arising of COMPILER warnings & Unchecked BEHAVIOR on program

For explanation: We will get unchecked behavior on calls to an unchecked function and Calls to the standard function will RESULT in compiler warnings.



Discussion

No Comment Found