(单选题)以下Go语言指针数组的定义中,正确的是( )。

(单选题)以下Go语言指针数组的定义中,正确的是( )。

A.var p *[5]int

B.var p [5]*int

C.int[5] *p

D.int *p[5]

正确答案是B