Given that number
is the name of an array, you know that
number
itself is a pointer to the first element. However, you
can neither assign a new value to number
, nor increment or
decrement number
. Thus, number
is a
constant pointer.