+ 5
Explain shortly looping in C language?
sololearn
6 Answers
+ 4
Looping means that a certain block of code is executed repeatedly until the specified condition fails
+ 4
hiii
+ 4
hii
+ 3
kk
+ 3
C programming language provides the following types of loops to handle looping requirements. Repeats a statement or group of statements while a given condition is true. It tests the condition before executing the loop body.
https://www.tutorialspoint.com/cprogramming/c_loops.htm
+ 2
looping means the same in all language and it means doing some block of code till it failed to be true