Answer from cs61c-ef (Tanay Nagjee 16096756) for Question 2
void setTo5 (int *a) {
*a = 5;
}

/* The argument that is sent to setTo5 should be &n */
