Variable russian
переме́нный
alternating
variable
переме́нная
variable (flexible, changeable)
variable (maths, named quantity that can take different numerical values)
programming (A named part of memory that can hold different values)
изменя́емый
variable, mutable
Examples
- Попыта́йся абстраги́роваться от всех осложне́ний с переме́нными величи́нами.Try to disassociate all the confounding variables.
- В C и C++ крайне важны объявле́ния переме́нных.Declarations of variables are extremely important in C and C++.
- Имена́ переме́нных в C регистрозависимы.Variable names in C are case sensitive.
- Структу́ры в языке́ C позволя́ют группирова́ть скалярные переме́нные, таки́е как координаты то́чки.C structures allow the grouping of scalar variables, such as the coordinates of a point.