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