Computer Science, asked by stp6, 9 months ago

what is looping statement in basic language. explain explain with suitable program of loop?​

Answers

Answered by satyam0982
1

Answer:

Loops are control structures used to repeat a given section of code a certain number of times or until a particular condition is met.

Answered by Anonymous
2

Answer:

Explanation:

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.

Similar questions