Computer Science, asked by irfanahasam145, 3 months ago

mention types of looping statement​

Answers

Answered by ansh94581
0

Explanation:

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