
Postincrements
UK
/ˈpəʊstˌɪnkrəˌmɛnts/
US
/ˈpoʊstˌɪnkrəˌmɛnts/

Translation postincrements into russian
postincrement
Nounpostincrements
pl
postincrement
postincrements pl
The postincrement is used in programming to increase the value of a variable after its current value is used.
Постинкремент используется в программировании для увеличения значения переменной после использования её текущего значения.
Definitions
postincrement
NounIn programming, a postincrement is an operation that increases the value of a variable by one after its current value has been used in an expression.
In the expression 'x = y++', the postincrement operator '++' increases the value of 'y' by one after assigning its original value to 'x'.