Int
Translation of "int" into Russian
int
NounUK
/ɪnt/
US
/ɪnt/
int
ints pl
Used chiefly in computing to denote the integer data type or a variable of that type.
int
Заимствованное английское слово, неизменяемое; употребляется программистами для обозначения целочисленного типа данных. Use an int to store the user's age.
Используйте int, чтобы сохранить возраст пользователя.
целочисленный тип
An int is a 32-bit signed integer by default.
Целочисленный тип int по умолчанию является 32-битным знаковым целым.
Additional translations
целочисленная переменная
int
Adjectiveint
Attributive use before another noun: “int variable”, “int array”.
целочисленный
This function returns an int value.
Эта функция возвращает целочисленное значение.
Additional translations
int
Употребляется как неизменяемый атрибут к существительному. Definitions
int
NounIn computer programming, a data type representing an integer value, typically of fixed size.
Use an int to store the user’s age.
A variable whose value is of the ‘int’ data type.
Declare an int called counter.
int
AdjectiveRelating to or designating the integer data type in programming.
An int array occupies less memory than a long array.