下列定义中,()是定义指向Stu对象数组的指针p。


下列定义中,()是定义指向Stu对象数组的指针p。

A.Stu*p[5];

B.Stu(*p)[5];

C.(Stu*)p[5];

D.Stu*p();

正确答案:B


Tag:定义 数组 指针 时间:2022-12-25 13:55:18