In C program, the _ loop is an example of iteration.
Answers
Answered by
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