

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