下面程序的输出结果为。#include<iostr

下面程序的输出结果为()。

#include<iostream.h>
void main()
{
    int x;
    int &y=x;//变量引用
    y=99;
    cout<<"x="<<x<<endl;
}
答案
A

题目信息

题号:5909
题型:单选题
难度:普通