Please enter your email:
1. Which loop is an exit-controlled loop?
2. Which statement is used to jump to another part of the program?
3. Which loop is an entry-controlled loop?
4. In C, the switch statement works only with which type(s)?
switch
5. Which loop is best when the number of iterations is unknown but depends on a condition?
6. Which loop executes the body at least once irrespective of the condition?
7. Which statement is used to skip the current iteration of a loop?
8. Which loop can have initialization, condition, and increment in a single line?
9. Which loop is best when the number of iterations is known?
10. Which statement is used to terminate the current loop immediately?
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.