Can someone explain what is the condition for this for loop?
for(;;) {
//do sth.
}
It has no condition. It's an infinite loop.
If the test condition is empty (and it is here), there is no test and the loop continues indefinitely. It's a short form for an infinite loop.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With