Answer from cs61c-aj (Kevin Li 15855812) for Question 3 The difficult thing about this chapter is that pointers can point to structures which in turn have members that are pointers. Sometimes I cannot tell which is a pointer and which is the actual structure. However after taking these quizzes I am beginning to differentiate the two.