单项选择题
有如下类型定义:typedef int *IPointer;则下列语句中正确的是()。
A.int x;IPointer *y =&x;
B.double x;IPointer y =&x;
C.int x;IPointer y =x;
D.int x;IPointer y =&x;
点击查看答案&解析
单项选择题
A.int x;IPointer *y =&x;
B.double x;IPointer y =&x;
C.int x;IPointer y =x;
D.int x;IPointer y =&x;
微信扫一扫,加关注免费搜题