问题 更新时间2023/4/3 12:59:00 void main(){int a[10]={12,25,33,45,56,67,78,89},*p;p=a;printf("%d",(p+=3)[3]);} 答案 登录 注册 78 出自:联大 >> 安阳师范学院计算机基础与程序设计