单项选择题

若有定义int a[9],*p=a;,则p+5表示

A) 数组元素a[5]的值
B) 数组元素a[5]的地址
C) 数组元素a[6]的地址
D) 数组元素a[0]的值加上5