In programming, a loop is used to repeat a block of code until the specified condition is met.
C programming has three types of loops:
- for loop
- while loop
- do…while loop
We will learn about for loop in this tutorial. In the next tutorial, we will learn about while and do...while loop.
Shathana. S.R. Answered question May 27, 2023
