contents   index   previous   next



Flow decisions statements

 

This section describes statements that control the flow of a program. Use these statements to make decisions and to repeatedly execute statement blocks.

 


if

else

while

do {...} while

for

break

continue

switch, case, and default

goto and labels

Conditional operator