en

Postincrements

UK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
ru

Перевод postincrements на русский язык

postincrement
Существительное
raiting
UK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
The postincrement is used in programming to increase the value of a variable after its current value is used.
Постинкремент используется в программировании для увеличения значения переменной после использования её текущего значения.

Опеределения

postincrement
Существительное
raiting
UK
/ˈpəʊstˌɪnkrəˌmɛnt/
US
/ˈpoʊstˌɪnkrəˌmɛnt/
In 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'.