This exercise is more of an experimentation sheet. The PDF will invite you to answer
questions meant to build your knowledge about pointers & identify the relation they
have with arrays.
You guessed it, same here. Now that we know a little bit more about the relation between
arrays & pointers, it should become tempting to use the square bracket notation &
the pointer arithmetics notation instead of one another. Let's look into this.
Same format again, this time we explore how sizeof should be used in relation to pointers & arrays
since there are some usual novice errors you might be able to avoid after working on this exercise