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

Перевод dereferencing на русский язык
dereferencing
СуществительноеUK
/ˌ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
Глаголdereferencing
Герундий
dereference
dereferences
dereferenced Прошедшее простое время / Причастие прошедшего времени
dereferencing Герундий
The programmer had to dereference the pointer to access the value.
Программисту пришлось разыменовать указатель, чтобы получить доступ к значению.
Опеределения
dereference
СуществительноеThe 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
ГлаголTo 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.
Идиомы и фразы
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.