Quiz submission record for quiz3-2-2 at Thu Jul 8 00:52:33 2004: Your Answer for Question 1: the C preprocessor goes through the program being compiled and replaces all the macros in the code with the proper values. the language input is C and the output is still C. if it were a separate step it would be placed before the assembler module. because it'd have to replace all the macros before the assembler can understand it. Your Answer for Question 2: C programmer would have a harder time debugging the program because they'd have to debug the assembly program that has been linked together. Your unique submission ID is quiz3-2-2-cs61c-ao-1089273153-2271.