Định nghĩa Address-of Operator (&) là gì?
Address-of Operator (&) là Địa chỉ-of Operator (&). Đây là nghĩa tiếng Việt của thuật ngữ Address-of Operator (&) - một thuật ngữ thuộc nhóm Technology Terms - Công nghệ thông tin.
Độ phổ biến(Factor rating): 5/10
Một địa chỉ-của nhà điều hành là một cơ chế trong C ++ mà trả về địa chỉ bộ nhớ của một biến. Các địa chỉ trả về bởi các địa chỉ-của nhà điều hành được gọi là con trỏ, bởi vì họ "điểm" vào biến trong memory.The address-của nhà điều hành là một nhà điều hành unary đại diện bởi một ký hiệu (&). Nó cũng được biết đến như một nhà điều hành địa chỉ.
Xem thêm: Thuật ngữ công nghệ A-Z
Giải thích ý nghĩa
Nhà khai thác địa chỉ thường phục vụ hai mục đích:
What is the Address-of Operator (&)? - Definition
An address-of operator is a mechanism within C++ that returns the memory address of a variable. These addresses returned by the address-of operator are known as pointers, because they "point" to the variable in memory.The address-of operator is a unary operator represented by an ampersand (&). It is also known as an address operator.
Understanding the Address-of Operator (&)
Address operators commonly serve two purposes:
Thuật ngữ liên quan
- Parameter (param)
- Integer (INT)
- Operator
- Memory Address
- Code
- Access Modifiers
- Client-side
- Escape Sequence
- Serialization
- Array
Source: Address-of Operator (&) là gì? Technology Dictionary - Filegi - Techtopedia - Techterm