Previous: 5.1 Representing Numbers
Up: 5 Numeric Data Types and Expression Evaluation
Next: 5.3 Scalar Data Types
Previous Page: 5.1.2 Single and Double Precision Floating Point Numbers
Next Page: 5.2.1 The for Statement

5.2 New Control Constructs

So far, we have seen all of the basic control constructs of the C language for calling functions, branching, and looping. In this section we introduce two new looping constructs that can be used in place of while; namely for loops and do...while loops.


tep@wiliki.eng.hawaii.edu
Wed Aug 17 08:40:40 HST 1994