en

Postincrement

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

Translation of "postincrement" into Russian

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

Definitions

postincrement
Noun
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'.

Idioms and phrases

postincrement operator
The postincrement operator increases the value after the expression is evaluated.
оператор постинкремента
Оператор постинкремента увеличивает значение после вычисления выражения.
use postincrement
Be careful when you use postincrement in complex expressions.
использовать постинкремент
Будьте осторожны, когда используете постинкремент в сложных выражениях.
postincrement behavior
The postincrement behavior can sometimes be confusing for beginners.
поведение постинкремента
Поведение постинкремента может быть запутанным для новичков.
postincrement in loops
Many programmers prefer using postincrement in loops for brevity.
постинкремент в циклах
Многие программисты предпочитают использовать постинкремент в циклах ради краткости.
postincrement value
Check the postincrement value before using it in your calculations.
значение постинкремента
Проверьте значение постинкремента перед тем, как использовать его в расчетах.