C Tutorial/Statement/Loop statement — различия между версиями

Материал из C\C++ эксперт
Перейти к: навигация, поиск
м (1 версия: Импорт контента...)
 
(нет различий)

Текущая версия на 13:32, 25 мая 2010

Loop statements in C

C has provided three types of iteration statements:

  1. for loop.
  2. while loop.
  3. do...while loop.

6.5.Loop statement 6.5.1. Loop statements in C