Answer from cs61c-ep (Hao Wen Vivian Chong 15826235) for Question 3 I thought that the two different methods of using *p (one to declare it as in int *p; and another to derefence it) was confusing. Also, sometimes I get tripped up on which to use: & or *!