Program Flow¶
Group Description¶
Statements and Blocks (c.program_flow.statements_and_blocks)
if - else (c.program_flow.if_else)
else - if (c.program_flow.else_if)
switch (c.program_flow.switch)
Loops: while and for (c.program_flow.loops_while_and_for)
Loops: do - while (c.program_flow.loops_do_while)
break and continue (c.program_flow.break_and_continue)
goto and Labels (c.program_flow.goto_and_labels)