loops in C

  • Unique Paper ID: 142992
  • Volume: 2
  • Issue: 7
  • PageNo: 598-599
  • Abstract:
  • You may encounter situations, when a block of code needs to be executed several number of times. In general, statements are executed sequentially: The first statement in a function is executed first, followed by the second, and so on. Programming languages provide various control structures that allow for more complicated execution paths. A loop statement allows us to execute a statement or group of statements multiple times. A loop statement allows us to execute a statement or group of statements multiple times. Given below is the general form of a loop statement in most of the programming languages − C programming language provides the following types of loops to handle looping requirements.

Copyright & License

Copyright © 2025 Authors retain the copyright of this article. This article is an open access article distributed under the Creative Commons Attribution License which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

BibTeX

@article{142992,
        author = {Pratibha Sharma},
        title = {loops in C},
        journal = {International Journal of Innovative Research in Technology},
        year = {},
        volume = {2},
        number = {7},
        pages = {598-599},
        issn = {2349-6002},
        url = {https://ijirt.org/article?manuscript=142992},
        abstract = {You may encounter situations, when a block of code needs to be executed several number of times. In general, statements are executed sequentially: The first statement in a function is executed first, followed by the second, and so on. Programming languages provide various control structures that allow for more complicated execution paths. A loop statement allows us to execute a statement or group of statements multiple times. A loop statement allows us to execute a statement or group of statements multiple times. Given below is the general form of a loop statement in most of the programming languages − C programming language provides the following types of loops to handle looping requirements.},
        keywords = {loops ,statements, programming languages, function},
        month = {},
        }

Cite This Article

  • ISSN: 2349-6002
  • Volume: 2
  • Issue: 7
  • PageNo: 598-599

loops in C

Related Articles