About 8,300,000 results
Open links in new tab
  1. c++ - What does "for(;;)" mean? - Stack Overflow

    Jul 2, 2015 · In C and C++ (and quite a few other languages as well), the for loop has three sections:. a pre-loop section, which executes before the loop starts;

  2. For B Bodies Only Classic Mopar Forum

    May 23, 2025 · Classic Mopar Forum for B Body platform Plymouth, Dodge and Chrysler automobile enthusiasts

  3. Iterating over dictionaries using 'for' loops - Stack Overflow

    Jul 21, 2010 · It's not that key is a special word, but that dictionaries implement the iterator protocol. You could do this in your class, e.g. see this question for how to build class iterators.

  4. python - What is the meaning of 'for _ in range() - Stack Overflow

    Mar 1, 2021 · I'm looking at some tensorflow stuff and I understand for loops or atleast I think I do, however I came across for _ in range(20) and was wondering what is the meaning of the _ in …

  5. How can I access the index value in a 'for' loop? - Stack Overflow

    Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers; Advertising Reach devs & technologists worldwide about your product, service or …

  6. Recommendations for free online movie sites? : r/Piracy - Reddit

    Yeah it’s really weird, I had the extension all set up, and today it kept not working and saying it wasn’t updated (I updated everything, uninstalled it, reinstalled it, even tried on a different …

  7. What is the difference between i++ & ++i in a for loop?

    I've just started learning Java and now I'm into for loop statements. I don't understand how ++i and i++ works in a for-loop.

  8. Welcome to For B Bodies Only! | For B Bodies Only Classic Mopar …

    Jun 5, 2025 · Charger project, fuel injected 440 magnum, .030 over, balanced, 915's port matched, 2.14/1.81...

  9. Loop (for each) over an array in JavaScript - Stack Overflow

    Feb 17, 2012 · Note how the words appear with a delay before each one. It's a matter of coding style, but for-of is the first thing I reach for when looping through anything iterable.

  10. Syntax of for-loop in SQL Server - Stack Overflow

    May 20, 2011 · If you are not expert in SQL, you should not be considering using a loop. There are only a few conditions where one is needed and most of the rest of the time, using a loop is …