Home / Questions / What are all loop control statements in C?
Explanatory Question

What are all loop control statements in C?

👁 754 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

  • Loop control statements in C are used to perform looping operations until the given condition is true. Control comes out of the loop statements once condition becomes false.
  • There are 3 types of loop control statements in C language. They are,
  1. for
  2. while
  3. do-while