有定义:int a[5],*p1=a,*p2=p1;,则能够正确表示元素a[2]的是( )。 A、*(p2+2)B、p2+2C、*p1+2 D、*p2+2 发布时间:2025-08-14 03:43:05