
Dereference
UK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/

Translation dereference into russian
dereference
VerbUK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
The programmer had to dereference the pointer to access the value.
Программисту пришлось разыменовать указатель, чтобы получить доступ к значению.
dereference
NounUK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
The process of dereference is crucial in programming to access the value stored in a pointer.
Процесс разыменования имеет решающее значение в программировании для доступа к значению, хранящемуся в указателе.
Definitions
dereference
VerbUK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
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
NounUK
/ˌdɪəˈrɛf.ər.əns/
US
/ˌdɪrˈɛf.ər.əns/
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.
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.