问题 更新时间2023/4/3 12:59:00 若有定义:int a[5],*p=a;则不能正确表示数组元素a[i]的是()。A、*(a+i)B、*(p+i)C、p[i]D、*p[i] 答案 登录 注册 参考答案: D 出自:安徽教育在线 >> 安徽继续教育在线-C语言程序设计