C while Loop
C while Loop
C while loop allows us to repeat a statement or group of statements more than once. The programmer can use this loop when the number of iterations is unknown beforehand. For example, to iterate until some condition is true/false.