Answer from cs61c-en (Lai, Siu Lun Chris 16529329) for Question 1 1. the address of an element in an array 2. comment The address of an element cannot be directly referenced. For example, if we want to reference an element a[i], we have to multiply the indedx i by 4. comment is not translated. It just tells the reader of the code how the code works