问题 单项选择题

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

A.int p=&x;

B.int*p=x;

C.int *p=&x;

D.*p=*x;

答案

参考答案:C

单项选择题 A1/A2型题
单项选择题