Social Sciences, asked by annakiliarunkumar, 4 months ago

write any 2 loop types in C program

Answers

Answered by subhadraanand17
1

Answer:

A block of looping statements in C are executed for number of times until the condition becomes false. Loops are of 2 types: entry-controlled and exit-controlled. 'C' programming provides us 1) while 2) do-while and 3) for loop. For and while loop is entry-controlled loops.

Similar questions