11/09/05 Lecture Notes, CISC181 Fall 2005 We worked the practice quiz found at: http://copland.udel.edu/~pconrad/cisc181/05F/examInfo/05F_practiceQuiz_E02.pdf Two corrections: For the second program excerpt, one thing is missing, and one thing needs to be changed: (a) insert above int main(void) struct Point_S { int x; int y; }; (b) change int main(void) to int main(int argc, char *argv[]) Recall that you are permitted one sheet of notes for the exam on Friday.