与定义int*p[4]等价的是()

与定义int*p[4]等价的是()
A、intp[4]
B、int*p
C、int*(p[4])
D、int(*p)[4]
【正确答案】:C
【题目解析】:本题定义指针数组。