If a is a one-dimensional array and p is a pointer variable, and we perform the assignment p=a, which of the following expressions do not have mismatched types?
a) p==a
b) ∗p==a[0]
c) p = &a
d) ∗p=a