When you use prefix increment in for loop (++i), as well as if you use Postfix increment (i++) the value of the counter i is incremented after the execution of the loop body. View used increment only affects computing performance using ++i is higher.
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать