Please enter your email:

1. Which loop is best when the number of iterations is known?

 
 
 
 

2. In C, the switch statement works only with which type(s)?

 
 
 
 

3. Which loop can have initialization, condition, and increment in a single line?

 
 
 
 

4. Which statement is used to skip the current iteration of a loop?

 
 
 
 

5. Which statement is used to terminate the current loop immediately?

 
 
 
 

6. Which loop is an exit-controlled loop?

 
 
 
 

7. Which loop is an entry-controlled loop?

 
 
 
 

8. Which loop is best when the number of iterations is unknown but depends on a condition?

 
 
 
 

9. Which statement is used to jump to another part of the program?

 
 
 
 

10. Which loop executes the body at least once irrespective of the condition?

 
 
 
 

Question 1 of 10

Leave a Reply

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

Chat Icon