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?

 
 
 
 

3. Which statement is a loop control statement in C?

 
 
 
 

4. Which header file is required for exit() function?

 
 
 
 

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?

 
 
 
 

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

Leave a Reply

Your email address will not be published. Required fields are marked *

Chat Icon