✏️ Explanatory Question

What are all loop control statements in C?

👁 754 Views
📘 Detailed Answer
💡

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