CBSE Class 11 Computer Science Question 89 of 161

Flow of Control — Question 13

Back to all questions
13
Question

Question 13

How and when are named conditions useful?

Answer

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.

Answer