home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02251.TXT < prev    next >
Encoding:
Text File  |  1993-11-04  |  283 b   |  6 lines

  1. The null statement does something interesting - nothing!  There
  2. are times, though, when a statement is needed to complete the
  3. syntax of a line.  A null statement can hold the label of a
  4. labeled statement or show a nonexistent action in an iterative
  5. do, for, or while statement.
  6.