Kizspy Question: 20
(Choose 1 answer)
What is the purpose of the increment or decrement expression in a for loop?
A. It is executed after each iteration of the loop to update loop control variables.
B. It determines when the loop should stop.
C. It is executed before the loop starts and used to initialize loop control variables.
D. It specifies the condition to be checked.