Please enter your email:
1. Which loop structure guarantees at least one execution of its body?
2. Which statement is used to return a value from a function?
3. Which loop structure can be nested inside another loop?
4. What happens if the break statement is not used in a switch case?
break
switch
5. Which statement is a loop control statement in C?
6. The default statement in a switch is executed when?
7. Which statement is mandatory inside every case block of switch?
case
8. Which statement terminates the entire program immediately?
9. Which statement transfers control back to the beginning of the loop without completing the remaining statements in the loop body?
10. Which header file is required for exit() function?
exit()
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.