Page t023, go to NEXT, PREVIOUS, INDEX

do-while Loop


Use do-while when block should be executed one or more times

      do
      { statement
        . . .
      } while (expression);

C Course, 20-jan-1997, Peter Klok, pfk@hef.kun.nl