问题 单项选择题

下列有关指针的用法中错误的是( )。

A.int i;int*ptr=&i;

B.int i;int*ptr;i=*ptr;

C.int*ptr;ptr=0;

D.int i=5;int*ptr;*ptr&i;

答案

参考答案:B

多项选择题
单项选择题