Answer from cs61c-al (Phillip Chin 16156822) for Question 2 In this case the program would be less modular. Instead of having many object files, this step would essentially be skipped. So if a program would have to be recompiled, everything would have to be as opposed just a single object file that makes up the whole program. The C programmer would experience more wait time for the file to compile.