معنی فارسی dereferences
B2از بین بردن اشارهگر، به معنای دسترسی به داده واقعی از یک اشارهگر است.
To access the value at the address that a pointer points to.
- noun
- verb
The act by which something is dereferenced.
To access the value or object located in a memory location stored in a pointer or another value interpreted as such; to access a value being referenced by something else.
Attempting to dereference a null pointer often results in a crash.
(in operating systems derived from Unix) To operate on the file or directory pointed to by a symbolic link, rather than on the link itself.
With the find command, any symbolic links appearing after -follow will be dereferenced.
توابع اشارهگر را برای دسترسی به شیء از بین میبرد.
The function dereferences the pointer to access the object.
در برنامهنویسی، اشارهگرها برای دستکاری دادههای اصلی از بین میروند.
Dereferencing in programming allows manipulation of the original data.
معنی فارسی کلمه dereferences
:
از بین بردن اشارهگر، به معنای دسترسی به داده واقعی از یک اشارهگر است.