Answer:Options
a) p must be a pointer variable
b) The value of ptr is assigned to the variable p
c) The address of the pointer ptr is assigned to the variable p
d) The value of the variable that the pointer ptr is pointing to is assigned to the variable p
Answer : d) The value of the variable that the pointer ptr is pointing to is assigned to the variable p