1.

Which of the following isn’t a loop statement?(a) for(b) elif(c) while(d) do-whileI got this question during an internship interview.Question is taken from Structural Programming in division Planning the Computer Program of Computer Fundamentals

Answer»

The correct option is (B) elif

Easiest EXPLANATION: The ANSWER is elif. Elif isn’t a loop statement. It is a PART of a choice statement.



Discussion

No Comment Found

Related InterviewSolutions