Saved Bookmarks
| 1. |
In which part of the for loop termination condition is checked?for(I;II;III){IV}(a) I(b) II(c) III(d) IVThe question was asked during an internship interview.My doubt is from C++ Concepts in portion Basics Concepts of C++ of C++ |
|
Answer» Right choice is (b) II |
|