C-18-Q028mediumsingle_mcq
The increment or decrement value of the counter variable is defined while:
The increment or decrement value of the counter variable is defined while:
- aImporting the module
- bRevolving each time of the loop
- cCompiling the file
- dEditing comments
ব্যাখ্যা
The counter is changed by its increment or decrement value on each pass (revolution) through the loop. Updating it every iteration is what eventually makes the condition false and stops the loop.