单项选择题

定义一个指向数组x首地址的指针变量p,下列语句中错误的是()。

A.int x[5],p =x[0];
B.int x[5],*p =x;
C.int x[5],*p =&x[2]-2;
D.int x[5],*p =&x[0];