C-18-Q031mediumsingle_mcq
In a nested while loop, the inner loop completes:
In a nested while loop, the inner loop completes:
- aAfter the outer loop fully ends
- bBefore each next iteration of the outer loop continues
- cIn parallel with the outer loop
- dOnly when break is hit