
Dereferencing
UK
/ˌdɪəˈrɛf.ər.ən.sɪŋ/
US
/ˌdɪrˈɛf.ər.ən.sɪŋ/

Translation dereferencing into russian
dereferencing
NounUK
/ˌdɪəˈrɛf.ər.ən.sɪŋ/
US
/ˌdɪrˈɛf.ər.ən.sɪŋ/
dereferencing
Dereferencing a null pointer can cause a program to crash.
Разыменование нулевого указателя может привести к сбою программы.
dereference
Verbdereferencing
Gerund
dereference
dereferences
dereferenced Past Simple / Past Participle
dereferencing Gerund
The programmer had to dereference the pointer to access the value.
Программисту пришлось разыменовать указатель, чтобы получить доступ к значению.
Definitions
dereference
NounThe act of accessing the value or data that a pointer or reference in a computer program is pointing to.
The programmer used dereference to obtain the value stored at the memory address.
dereference
VerbTo access or retrieve the data or value that a pointer or reference is pointing to in computer programming.
The program will crash if you try to dereference a null pointer.
Idioms and phrases
dereference pointer
To access the value, you need to dereference the pointer.
разименовать указатель
Чтобы получить доступ к значению, нужно разыменовать указатель.
dereference address
He attempted to dereference the address without checking for null.
разименовать адрес
Он попытался разыменовать адрес, не проверив его на null.
dereference variable
You can dereference the variable to get the data it points to.
разименовать переменную
Вы можете разыменовать переменную, чтобы получить данные, на которые она указывает.
dereference object
It is important to dereference the object properly to avoid errors.
разименовать объект
Важно правильно разыменовать объект, чтобы избежать ошибок.
dereference reference
When you dereference the reference, ensure it is not null.
разименовать ссылку
Когда вы разыменовываете ссылку, убедитесь, что она не равна null.