Advertisements
Advertisements
प्रश्न
What is an infinite loop?
What is meant by an infinite loop?
संक्षेप में उत्तर
उत्तर
The statement within the body of a loop must ensure that the test condition for the loop eventually becomes false; otherwise, the loop will run infinitely. Hence, an infinite loop is called a loop that doesn’t end. This leads to a logical error in the program.
shaalaa.com
Introduction to Flow of Control - Repetition
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?