若已定义x为int类型变量,说明指针变量p的正确语句是______。

admin2009-02-15  35

问题 若已定义x为int类型变量,说明指针变量p的正确语句是______。

选项 A、int p=&x;
B、int*p=x;
C、int *p=&x;
D、*p=*x;

答案4

解析
转载请注明原文地址:https://kaotiyun.com/show/y5Xp777K
0

最新回复(0)