C-18-Q059mediumsingle_mcq
The continue statement is usually used to repeat a loop subject to:
The continue statement is usually used to repeat a loop subject to:
- aA function declaration
- bThe condition related to
if,elifstatements - cThe system clock
- dThe colour of the screen
ব্যাখ্যা
The continue statement is normally placed under a conditional test (if/elif) so that the loop is repeated only when that condition is met. This selective control is its primary purpose.