Loops in C Programming

Loops in C are used to change the sequence or flow of the program. The basic behavior of the program is that it starts it from the beginning of the program, executes the particular statement only once and proceeds to the next statement. This behavior is continued till the end of the program is reached. But sometimes we need to execute a particular statement more than once. At this point Loops in C plays an important role.

Following are the types of Loops in C language we can use in the program:

  1. while loop
  2. do-while loop
  3. for loop statement

You may also like...

10 Responses

  1. Anonymous says:

    its better to 1st read loop then go for break,continue statements

  2. Anonymous says:

    I think I would have the Loop section here before break and continue….

  3. LearnCOnline says:

    Its all about how well you understand the concept of break and continue.

  4. LearnCOnline says:

    Thanks for your suggestion. I will move the break and continue statement after loop section.

  5. pooja says:

    can u put up some examples?

  6. This is the it has help me learn C language did my exam and passed kudos

  7. Anonymous says:

    Please include examples that illustrate how loops work.

  8. Anonymous says:

    how we make a program give basics i can’t do it please uploaded itt………….

  9. Anonymous says:

    please uploaded programs i mean basics of c program..

Leave a Reply

Your email address will not be published. Required fields are marked *

FREE C Cheatsheet - Speed Up Your C Programming.

FREE C Cheatsheet - Speed Up Your C Programming.

Download a 7-page free cheat sheet for easy and quick access to C Concepts, Snippets, and Syntax.

Thank you! Check you inbox and access your cheat-sheet