单项选择题

若有定义int a[10],*p=a;则p+5表示的是______

A.a[5]的值
B.a[6]的值
C.a[5]的地址
D.a[6]的地址