在int a=3,int *p=a;中,*p的值是()

在int a=3,int *p=a;中,*p的值是()

A.变量a的地址值

B.无意义

C.变量p的地址值

D.3

正确答案:3

猜你喜欢