filmov
tv
Lesson 15: C Programming - Pre Increment Operator, how to use ++variable
![preview_player](https://i.ytimg.com/vi/T0SnLbJlna0/sddefault.jpg)
Показать описание
The main point to understand here is that the pre-increment operator is single statement, however, it behaves like a two-step process. First, the variable is increment by 1, and then, the current value of this incremented variable is assigned to another variable on the left.