Computer Science, asked by rohiterode1234, 19 days ago

In C program, the _ loop is an example of iteration.​

Answers

Answered by kishormghadi
0

Answer:

Iteration statements create loops in the program. In other words, it repeats the set of statements until the condition for termination is met. Iteration statements in C are for, while and do-while.

Similar questions