For? - Feddit

for(int i = 1; i > 0; i++)

-6 bytes

for (int i=1;;i++)

Not quite the same, there’s a subtle but significant difference
Which is?
What happens on the next iteration when i = 2,147,483,647 for each of our loops?