下列不正确的定义是()。
A:int*p=&i,i;
B:int*p,i;
C:inti,*p=&i;
D:inti,*p;
出自:计算机科学