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