Home / Questions / Where the address of operator (&) cannot be used for?
Explanatory Question

Where the address of operator (&) cannot be used for?

👁 3,187 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

It cannot be used on constants. It cannot be used on variable which are declared using register storage class.