C-18-Q020mediumsingle_mcq
The portion of the while loop that decides when to stop iterating is the:
The portion of the while loop that decides when to stop iterating is the:
- aCounterInitialization
- bCondition
- cStatement
- dIncrement
ব্যাখ্যা
The Condition is the logical test evaluated each pass that determines whether the loop continues or stops. When it becomes false, iteration ends.