

InterviewSolution
Saved Bookmarks
1. |
What is for loops |
Answer» For loops are also called pre tested or top tested loop. In for loop the condition is checked at the top. If the condition in for loop is initially false, it won\'t execute and loop will be terminated without any statement. :-) | |