Advertisements
Advertisements
Questions
What is an infinite loop?
What is meant by an infinite loop?
Answer in Brief
Solution
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
Is there an error in this question or solution?