C-18-Q021mediumsingle_mcq
The portion of the while loop that updates the counter on each pass is the:
The portion of the while loop that updates the counter on each pass is the:
- aCounterInitialization
- bCondition
- cCounterDecrement/Increment
- dComment line
ব্যাখ্যা
The CounterDecrement/Increment is the step that updates the counter value on every pass through the loop. This progress toward the limit is what eventually makes the condition false and ends the loop.