单选题
若已定义x为int型变量,说明指针变量p的正确语句是 ( )
A、
int p=&x;
B、
int * p=x;
C、
int * p=&x;
D、
* p=* x;
【正确答案】
C
【答案解析】
提交答案
关闭