What have we seen in terms of interaction with pointers and arrays?
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.