Explain shortly looping in C language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Explain shortly looping in C language?

sololearn

14th Oct 2018, 5:37 AM
Shweta Soni
Shweta Soni - avatar
6 Answers
+ 4
Looping means that a certain block of code is executed repeatedly until the specified condition fails
14th Oct 2018, 7:12 AM
Pandiselvi
+ 4
hiii
14th Oct 2018, 8:23 AM
Devil Slayer
Devil Slayer - avatar
+ 4
hii
14th Oct 2018, 9:43 AM
Shweta Soni
Shweta Soni - avatar
+ 3
kk
14th Oct 2018, 7:13 AM
Shweta Soni
Shweta Soni - avatar
+ 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
14th Oct 2018, 9:44 AM
deepak sharma
deepak sharma - avatar
+ 2
looping means the same in all language and it means doing some block of code till it failed to be true
14th Oct 2018, 7:31 PM
Michael Mamo
Michael Mamo - avatar