Synopsis: | Multiple choice constructs programmed using if ... else if ... shall have a "catch-all" clause. |
Language: | C |
Severity Level: | 7 |
Category: | STATEMENTS |
Description: |
Defensive programming requires the presence of else in a multiple choice construct. |