Write a statement that will copy the value stored in the memory location pointed to by ptr2 into the memory location pointed to by ptr1, for ptr1 and ptr2 as in Exercise 5.
Write declarations that initialize variables ptr1 and ptr2 with the addresses of i I and i 2, respectively.