Answer from cs61c-er (Chienyu CHIEN 17789156) for Question 2 if k is a memory address point to a memory space and it value. then we do k=k+1 means to modify the address, add 1 will make it point to the next memory space and the value from the original one.