C-18-Q065mediumsingle_mcq
continue is most useful for:
continue is most useful for:
- aBuilding infinite loops
- bSkipping specific iterations while keeping the loop running
- cDefining classes
- dPrinting only the first item
ব্যাখ্যা
continue lets you bypass processing for certain values that meet a condition while the loop keeps iterating over the rest of the sequence.