在定义int a[10],*p=&a[2];后,如下表达式不标识数组a中第5个元素的是_______.

A.p[5] B.*(p+2) C.*(&a[0] +4) D.a[4]

时间:2023-09-14 10:54:03

相似题目