Given int a[5],*p=a; which one of the following is a correct reference to the address of an element in array a ? A、p+5; B、*a+1; C、&a+1; D、&a[0] 发布时间:2025-05-11 09:44:26