Please enter your email:
1. Which loop structure guarantees at least one execution of its body?
2. Which statement is mandatory inside every case block of switch?
case
3. Which statement is a loop control statement in C?
4. Which header file is required for exit() function?
exit()
5. Which statement is used to return a value from a function?
6. Which statement terminates the entire program immediately?
7. Which loop structure can be nested inside another loop?
8. What happens if the break statement is not used in a switch case?
break
switch
9. The default statement in a switch is executed when?
10. Which statement transfers control back to the beginning of the loop without completing the remaining statements in the loop body?
Question 1 of 10
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.