Quiz submission record for quiz3-2-2 at Thu Jul 8 10:35:27 2004: Your Answer for Question 1: The C preprocessor performs tectual substitutions into your source code. For example, it includes the contents of files that you include in your program. The input of the preprocessor is your code as you have typed it, and it outputs it by replacing all preprocessing directive lines with blank lines and all comments with spaces.It would be placed between the C program and the compiler. Your Answer for Question 2: The C programmer would not be able to include other files, include comments, or perform any of the tasks that the preprocessor takes care of. Your unique submission ID is quiz3-2-2-cs61c-ef-1089308127-1.