About 40,100 results
Open links in new tab
  1. Looping - Conceptual Data Modeling

    Jul 3, 2025 · Looping est un logiciel de modélisation conceptuelle de données entièrement gratuit et libre d'utilisation.

  2. Looping - Modélisation Conceptuelle de Données

    Mar 7, 2025 · Looping est un logiciel de modélisation conceptuelle de données entièrement gratuit et libre d'utilisation.

  3. Loops in C - GeeksforGeeks

    Dec 6, 2025 · There are 3 looping statements in C: Let's discuss all 3 types of loops in C one by one. for Loop for loop is an entry-controlled loop, which means that the condition is checked before the loop's …

  4. JavaScript Loops - W3Schools

    JavaScript Loops Loops are handy, if you want to run the same code over and over again, each time with a different value. Often this is the case when working with arrays:

  5. JavaScript For Loop - W3Schools

    W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

  6. Loop (statement) - Wikipedia

    A conditional loop (also known as an indeterminate loop[2]) is a loop that determines whether to terminate based on a logical condition. [3] These loops are flexible, but their exact behavior can be …

  7. Loops in Python - GeeksforGeeks

    Jun 11, 2026 · Loops are used to execute a block of code repeatedly until a condition is met or all items in a sequence are processed. The main types are For loops (iterating over sequences) and While …

  8. 4,000+ Free Looping & Loop Videos, HD & 4K Clips - Pixabay

    Looping Videos 4,000+ best royalty free looping videos & background loop stock video clips & footage. Download high-quality HD & 4K loop videos on desktop or mobile for your next project.

  9. LOOPING Definition & Meaning - Merriam-Webster

    3 days ago · The meaning of LOOP is a curving or doubling of a line so as to form a closed or partly open curve within itself through which another line can be passed or into which a hook may be …

  10. What Is a Loop? - Computer Hope

    Sep 7, 2025 · Meaning of loops in programming, how loops work and how to break out of them, and discover examples of different loop types in various programming languages.