单选题
下列定义中,Sample是一个类,( )是定义指向对象数组的指针p.
A、
Sample*P [5]
B、
Sample (* [5]
C、
(Sample*) P[5]
D、
Sample *P[]
【正确答案】
B
【答案解析】
提交答案
关闭