定义数组语句:int *pi[5]; 该语句定义了一个什么数组?( )
A、一维int型数组
B、一维int型指针数组
C、二维int型数组
D、二维int型指针数组