C Programming

LOOP (ITERATION) THEORY QUESTIONS

1

(a)

Define the term loop

(b)

State the types of loops in C programming

2

Differentiate between a for loop and a while loop

3

Differentiate between a while loop and a do-while loop