Computer Science, asked by vishalbharathi11, 5 months ago

which operator is used to access reference of a variable​

Answers

Answered by mahababu29
1

Answer:

here is your answer mate

Explanation:

It is called dereferencing or indirection). To assign an address of a variable into a pointer, you need to use the address-of operator & (e.g., pNumber = &number ). On the other hand, referencing and dereferencing are done on the references implicitly.

Similar questions