4. Define looping. How is this implemented in C?
Answers
Answered by
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
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