What have we seen in terms of interaction with pointers and arrays?

A pointer to the first element will have the same address as the array itselfWe can use arithmetic to iterate through arraysWe can use pointers with indexing to access arraysPointers and arrays are completely unrelated

Nice job! We can use pointers with indexing and arithmetic with arrays. A pointer to the first element of an array will also have the same address as the array itself.

Nice try but nope! We can use pointers with indexing and arithmetic with arrays. A pointer to the first element of an array will also have the same address as the array itself.