Answer from cs61c-at (soemoe aung 16076861) for Question 3 "malloc" in C is equivalent to "new" in Java you can't build automatic memory management in C because it is a machine dependent language, meaning that different types of objects may be different sizes on different computers