Quiz submission record for quiz3-2-2 at Wed Jul 7 14:49:41 2004: Your Answer for Question 1: The C preprocessor handles statements such as #include and #define. #include is used to include library files. #define is used to define macros. The input is C code and the output is also C code. The C preprocessor should be the first thing in the diagram, in front of the compiler. Your Answer for Question 2: If the C programmer had a whole mess of C files linked together, and he made one little change in one line in one of the files, he would have to recompile the whole thing. But since the first three steps aren't rolled into one, the C programmer only has to recompile the one file that had a change. Your unique submission ID is quiz3-2-2-cs61c-ej-1089236981-436.