C-17-Q078mediumsingle_mcq
Loop control statements are used to execute a statement:
Loop control statements are used to execute a statement:
- aExactly once
- bTwo or more times
- cZero times
- dOnly inside
main
ব্যাখ্যা
Loop control statements exist to execute a block of code repeatedly — two or more times — rather than just once. This repetition is the defining purpose of a loop.