单项选择题

下列语句中错误的是______。

A.const int*p=0;
B.const int y=99;
C.const int x;
D.const int*p=new int(100);