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 ==
b) P
c) *P
d) &P