Synopsis: | The break statement should not be used to exit from an iteration statement, (for or while). |
Language: | C |
Severity Level: | 3 |
Category: | STATEMENTS |
Description: |
Structured programming practice may require the use of a logical flag so that exit from iteration loops occurs at only one place. |