Computer Science, asked by rajeshastrologer21, 6 months ago

4. Define looping. How is this implemented in C?​

Answers

Answered by BihariLadki
3

Answer:

A Loop executes the sequence of statements many times until the stated condition becomes false. ... The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false. The purpose of the loop is to repeat the same code a number of times.

Answered by anukrititiwari04
0

A Loop executes the sequence of statements many times until the stated condition becomes false. ... The control statement is a combination of some conditions that direct the body of the loop to execute until the specified condition becomes false. The purpose of the loop is to repeat the same code a number of times.

Similar questions