Before beginning this lesson, you should read sections 4.3-4.5 of the text.
You should use level 2 of C-thru for this lesson.
In this lesson we will look closely at how arguments are passed to functions in C. Since this is such a straightforward topic, we will begin by discussing more carefully what happens when C programs are compiled, linked, and run. This will lead up to our discussion of separate compilation in the next lesson.
As usual, we will need to look at some example files.