0
What does this mean?
What does it mean ; within a for instruction, example: for(;;) ?
1 Odpowiedź
+ 3
It only means that the statements which would belong there are omitted. It is simply infinite loop until a break.
What does it mean ; within a for instruction, example: for(;;) ?