C while loops - W3schools.in

preview_player
Показать описание
C while loops statement allows to repeatedly run the same block of code until a condition is met.

while loop is a most basic loop in C programming. while loop has one control condition, and executes as long the condition is true. The condition of the loop is tested before the body of the loop is executed, hence it is called an entry-controlled loop.

For more video tutorials, please subscribe to our youtube channel.

Рекомендации по теме
Комментарии
Автор

the video helped me learn a lot, simply awesome, thank you very much

sainathreddypala
Автор

Another simply awesome thank you very much

belledejour
Автор

at last in case of 0<10 if it increments then it becomes 9 then after 9 it should stop right??? how can it be a infinite loop

manasa
Автор

Sir 0<10 how Become infinite loop because we can't use the single line comment in i++

kamilabanu