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

  1. This example shows a break statement in a for loop.  If the i-th
  2. element of the array "string" is the string terminator,
  3. represented by the character '\0', the break statement sends
  4. control to the statement after the for statement.
  5.