问题 更新时间2023/4/3 12:59:00 下列程序的运行结果是:#includevoid main(){int *p, a;a=8;p=&a;a=*p+10;printf("a=%d\n",a);} 答案 登录 注册 a=18 出自:联大 >> 安阳师范学院计算机基础与程序设计