Answer from cs61c-ej (Leon Wang 16247444) for Question 1
#define and #include

#define provides a way of giving telling the compiler/assembler, to replace a word by another word

#include copies a file containing source code from your current working directory
