在“int a = 3, *p = &a ; ”语句中,*p的值为( )。
A、变量a的地址值
B、无意义
C、变量p的地址值
D、3