Quiz submission record for quiz3-2-2 at Thu Jul 8 09:03:50 2004: Your Answer for Question 1: The C preprocessor takes input in C and its output is also in C. Its basic function is to expand short-hands in C eg: a++ would be converted to a=a+1 in the C preprocessor. If it was in the figure, it would be placed in the very first step before the compiler C Program-> -> simplified C program -> -> etc.. Your Answer for Question 2: Changing a line of code would require the whole program to be recompiled, reassembled and relinked. this accounts for a large and unnecessary waste of time. Your unique submission ID is quiz3-2-2-cs61c-aq-1089302630-1340.