Flow Control: C Programming Language
Flow Control: C Programming Language
C Programming Language
Contents
Statements and Blocks Conditional structure
If-Else Else-If
Jump statements.
The Break statement The Continue statement Goto and Labels Return and Exit
if (condition) else
statement1 statement2
Jump statements
The Break statement The Continue statement Goto and Labels