3 <title>Introductory C Programming -- Assignments
</title>
6 <H1>Introductory C Programming -- Assignments
</H1>
11 the problem sets I hand out during each of the eight weeks
12 this class runs when I teach it in person.
13 If you're out there on the net somewhere,
14 unable to attend the class in person,
15 feel free to follow along here!
16 <!-- As I write this (April, 1997), -->
17 <!-- I am just starting to place the assignments here, -->
18 <!-- as I hand them out during my spring quarter class. -->
19 <!-- I'll be placing the answer sheets up one week at a time, too, -->
20 <!-- partly because I don't have them all converted to HTML yet, -->
21 <!-- and partly because I don't want to tempt my students -->
22 <!-- into peeking at the answers -->
23 <!-- until they've given the problems their best shot. -->
29 basics -- simple example programs
31 <a href=
"PS1.html">Assignment
</a>
33 <a href=
"PS1a.html">Answers
</a>
39 data types and constants;
40 variables, identifiers, and declarations;
41 operators and expressions
43 <a href=
"PS2.html">Assignment
</a>
45 <a href=
"PS2a.html">Answers
</a>
52 more about declarations (incl. initialization),
55 <a href=
"PS3.html">Assignment
</a>
57 <a href=
"PS3a.html">Answers
</a>
63 assignment, increment, and decrement operators;
67 <a href=
"PS4.html">Assignment
</a>
69 <a href=
"PS4a.html">Answers
</a>
76 <!-- XXX need more -->
78 <a href=
"PS5.html">Assignment
</a>
80 <a href=
"PS5a.html">Answers
</a>
89 <a href=
"PS6.html">Assignment
</a>
91 <a href=
"PS6a.html">Answers
</a>
97 array/pointer equivalence,
101 <a href=
"PS7.html">Assignment
</a>
103 <a href=
"PS7a.html">Answers
</a>
113 <a href=
"http://www.eskimo.com/~scs/cclass/notes/sx14.html">notes, Chapter
14</a>