+ 1
What it means for(;;)?
meaning
4 Answers
+ 4
I call it a "forever" loop (my name for an infinite loop using a for loop). It's missing an explicit test to break out of the loop. Break statements and return statements in the loop body can cause the loop to end normally. Exceptions that are caught outside the loop and uncaught exceptions thrown while executing the forever loop, will cause abnormal loop termination.
0
hello
0
rulane urgent meet