在int a=3,int*p=a;中,P的值是A.变量a的地址值B.无意义C.变量P的地址值D.3
在int a=3,int*p=&a;中,P的值是
A.变量a的地址值
B.无意义
C.变量P的地址值
D.3
相关考题:
在int a=3,int *p=a;中,*p的值是()A.变量a的地址值B.无意义C.变量p的地址值D.3
在int a=3,int*p=&a;中,P的值是
A.变量a的地址值
B.无意义
C.变量P的地址值
D.3