Wanna see something cool. Let's print the array and then print a pointer to the first element of the array:

Crazy eh! They're both the same address. Arrays and pointers are very similar.

As we saw, we can use pointers with indexing to access arrays or pointer arithmetic as we just saw.