Chapter SummaryC++ provides a fairly limited number of statements. Most of these affect the flow of control within a program:
There is also a return statement, which will be covered in Chapter 7. In addition, there are expression statements and declaration statements. An expression statement causes the subject expression to be evaluated. Declarations and definitions of variables were described in Chapter 2. |