注意:此页面搜索的是所有试题
题目内容
(河南财经大学数据库基础与应用)
#include
void main( ) {
int x=5,y=6;
const int * p=&x;
*p=y;
cout<<*p<<>< p="">}
void main( ) {
int x=5,y=6;
const int * p=&x;
*p=y;
cout<<*p<<>< p="">}
参考答案

