C Programming
Iterative Statement in C
Iterative statement is used to repeat the statement no of time. As we can say that if we want to print a statement number of time or execute the particular statement number of time then we use Iterative Statement.
There are three types of Iterative Statement-
1. For Loop
2. While Loop
3. Do While Loop