معنی فارسی dereferences

B2

از بین بردن اشاره‌گر، به معنای دسترسی به داده واقعی از یک اشاره‌گر است.

To access the value at the address that a pointer points to.

noun
معنی(noun):

The act by which something is dereferenced.

verb
معنی(verb):

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.

معنی(verb):

(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.

example
معنی(example):

توابع اشاره‌گر را برای دسترسی به شیء از بین می‌برد.

مثال:

The function dereferences the pointer to access the object.

معنی(example):

در برنامه‌نویسی، اشاره‌گرها برای دستکاری داده‌های اصلی از بین می‌روند.

مثال:

Dereferencing in programming allows manipulation of the original data.

معنی فارسی کلمه dereferences

: معنی dereferences به فارسی

از بین بردن اشاره‌گر، به معنای دسترسی به داده واقعی از یک اشاره‌گر است.