Quiz submission record for quiz3-2-2 at Wed Jul 7 21:24:59 2004: Your Answer for Question 1: The C preprocessor is a tool which filters your source code before it is compiled. The preprocessor allows constants to be named using the #define notation.The input is the C code and its output is c code. It is called by the compiler so it would be right after C program and before the compiler. Your Answer for Question 2: The impact on the c programmer would be that things would take a lot longer because it would take a long time for the assembler and linker to compile and run everything because the whole program would have to be compiled and run every time one line of one procedure is changed. Your unique submission ID is quiz3-2-2-cs61c-et-1089260699-400.