Statement C Tutorial

C has provided three types of iteration statements:
for loop.
while loop.
do...while loop.