Answer from cs61c-ap (Nicole Rungsitiyakorn 13543412) for Question 3 I found the memory allocation confusing. I guess I still getting confused between dynamic and static memory. I believe you need to allocate memory with a malloc when you are using dynamic memory, but I still get confused on what is dynamic and what is static.