若有定义:int a[10],*p; 则*(p+5)表示()。
A:元素a[5]的值
B:元素a[5]的地址
C:元素a[6]的值
D:元素a[6]的地址
出自:考研