How and when are named conditions useful?
17 Likes
Sometimes the conditions being used in the code are complex and repetitive. In such cases, to make the program more readable and maintainable, named conditions can be used.
Answered By
8 Likes
How is break statement different from continue?
What are endless loops ? Why do such loops occur?
In which cases, the else clause of a loop does not get executed?
What are jump statements? Name them.