
Preincrement
UK
/priːˈɪnkrɪmənt/
US
/priˈɪnkrəˌmɛnt/

Перевод preincrement на русский язык
preincrement
СуществительноеUK
/priːˈɪnkrɪmənt/
US
/priˈɪnkrəˌmɛnt/
The preincrement operator increases the value of a variable before it is used in an expression.
Оператор прединкремента увеличивает значение переменной до того, как она используется в выражении.
Опеределения
preincrement
СуществительноеUK
/priːˈɪnkrɪmənt/
US
/priˈɪnkrəˌmɛnt/
An operation in programming where a variable is increased by one before its value is used in an expression.
In the expression ++x, the preincrement operation increases the value of x before it is used in the calculation.