InterviewSolution
Saved Bookmarks
| 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 |
|