1.

If the condition in a loop is false in the first step itself, we get

Answer» If the condition of the loop is false after processing some times then the execution of the loop body will terminate. But if the loop is false in case of the first statement then it will never execute the loop body in case of while loop and for a loop because the first task of these loops is to check the condition.


Discussion

No Comment Found