P
Paul
Nothing wrong with my English.
You were trying to say : "x points to an array" is OK but "x is a pointer
to the array" is completely wrong. You are speaking complete nonsense
because if one is true the other, by definition, is also true.
--You're confusing value and type. The type of x is "pointer to int",
--the value of the pointer to int is address of array element.
The value of a pointer-to an array, is not necessarrilly the address of one
of the pointed-to arrays elements.
Who is confused?
<snip>