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