Where the address of operator (&) cannot be used in C Programming?
It cannot be used on constants.
It cannot be used on variable which are declared using register storage class.