单选题

下列指针的用法中哪一个不正确

A

 int i; int *p = &i;

B

int i; int *p;i = *p;

C

int*p; p =0;

D

inti= 5; int *p; p = &i;

赣ICP备20007335号-2