In the piece of code below, what does the line: p[1]=p[0] entail? Does that mean that the data allocated to the p[0] is in the same address as p[1]? Also how is it even poss