-
In certain situation in programming, statement(s)
are required to be repeated for fixed number of times or till certain condition
is satisfied.
-
C language provides looping structures so that we
need not to write those statement(s) again and again in our program. If the