Answer from cs61c-eu (Tian Ming Ouyang 16017341) for Question 1 The C Preprocessors are the functions or code that begins with #, like #define, and #include with the preprocessor commands it makes the code easier to read and works on between different machines. In the fiqure of 3.21 the preprocessor should be done before the complier.