试题详情
单项选择题有说明语句int *p=new int[10];访问动态数组元素的正确语句是()

A、int a=p;

B、int a=*p;

C、delete int[]p

D、delete p int[10]

  • C
  • 关注下方微信公众号,在线模考后查看

热门试题