Computer Science, asked by Anonymous, 1 year ago

Which are the types of looping statements in 'C' programming??​

Answers

Answered by arijitbarobisha
2

Answer:

'C' programming provide us (1)while (2)do-while(3)for loop.

Answered by chandu200340
2

Answer:

Looping Statement in C. Looping statement are the statements execute one or more statement repeatedly several number of times. In C programming language there are three types of loops; while, for and do-while.

Hope it helps u ❤

Similar questions