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

The explanation: In II PART the termination CONDITION of the for loop is CHECKED.



Discussion

No Comment Found

Related InterviewSolutions