王老师:19139051760(拨打)复制微信 题目 更新时间:2023/4/3 完成下面程序,使其输出l0,并在退出运行时正确释放分配给指针的存储空间。 #include using namespace std;void main(){int *a,*p;a=new int(10);p= ______;cout<<*p<<>< strong=""> __________} 答案 登录 注册 a delete p 出自:联大 >> 安阳师范学院-计算机应用技术-C++程序设计 安阳师范学院继续教育学院