Arrays as Pointers
Before doing this lesson you should read sections 6.2 and 6.3 of the text.
You should use level 4 of C-thru for this lesson.
It turns out that, in C, pointers and arrays are really the same thing. This
statement may not make a lot of sense to you right now, so in this lesson I'll
show you why. The sooner that you appreciate this fact, the sooner you can
fully exploit both arrays and pointers.
If you click below, I'll copy some example files to your directory.
Click here to copy files
Hamlet Project
hamlet@cs.utah.edu