南开大学 / C语言程序设计
正确率:100%
若已有定义int x; 下列说明指针变量p指向x的正确语句是()。
A.int p=&x
B.int *p=&x
C.int p=x
D.int *p=x
参考答案:
佳题速递: