MISRA.CONTINUEContinue statement is used. MISRA-C Rule 14.5 (required): The continue statement shall not be used.These rules are in the interests of good structured programming. One break statement is allowed in a loop since this allows, for example, for dual outcome loops or for optimal coding. |