Answer from cs61c-eh (CAROL CHU 15008653) for Question 2
void setTo5 (int *ptr) {
    &ptr = 5;
}
