Address Operator
Address Operator
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.
1 2 3 4 |
|
1 2 3 4 |
|
1 2 3 4 |
|
1 2 |
|
1 2 |
|