Control statements are the statements that control the flow of program execution. For eg: loops: For, While, Do-While, decision making using if-then-else or switch-case and there's goto to transfer control.
Chat with our AI personalities
In the C language, the continue statement can only be used within a loop (for, while, or do). Upon execution, control transfers to the beginning of the loop.
anything ending in semicolon/;
The compiler demands it: your programs wouldn't compile without them.
semicolon ';' (Not applicable for block-statements)
The C language itself doesn't know anything about F5 key. Or Control.