What is the relationship between a pointer and an array

The address of the array is the same as the address of the first item in the array. Why is that important?

Complete and Continue