C-18-Q017mediumsingle_mcq
Without an increment or decrement to the counter, a while loop will most likely:
Without an increment or decrement to the counter, a while loop will most likely:
- aRun exactly once
- bSkip its body entirely
- cRun forever (infinite loop)
- dRaise a syntax error