The name of an array "degenerates" into a pointer to the first element of the array. For example, int Array [10]; int *p = Array; ...
The name of an array "degenerates" into a pointer to the first element of the array. For example, int Array [10]; int *p = Array; ...