Q:

WHAT ARE ALL LOOP CONTROL STATEMENTS IN C?

belongs to collection: C INTERVIEW QUESTIONS AND ANSWERS

0

WHAT ARE ALL LOOP CONTROL STATEMENTS IN C?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

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

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C INTERVIEW QUESTIONS AND ANSWERS

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
WHAT IS THE DIFFERENCE BETWEEN WHILE AND DO-WHILE ... >>
<< WHAT ARE ALL DECISION CONTROL STATEMENTS IN C?...