what is looping statement in basic language. explain explain with suitable program of loop?
Answers
Answered by
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
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