Difference Between While And Do While Loop In Hindi. Step by step explanation. At the end of the loop the Do While loop tests the condition.
Urdu Hindi Nested Do While Loop In C Language While Loop Language Urdu from www.pinterest.com
On the other hand the do-while loop verifies the condition after the execution of the statements inside the loop. For Loop क तरह यह भ कस Statement क दहरन क कम करत ह लकन फर भ यह for Loop स कफ अलग ह इस Loop म C क Keyword while क परयग कय जत ह while Loop म while कष. It means the While loop executes the code block only if the condition is True.
While Loop in C Language.
Whereas the continue statement causes the next iteration of the enclosing for while or do loop to begin. While Loop in C Language. The continue statement applies only to loops not to switch. Here the main difference between a while loop and do while loop is that while loop check condition before iteration of the loop.