单选题
下面程序的输出结果是 ______。 #include<iostream.h> void main(){ int x=20; int &y=x; cout<<(x==y)<<“”; cout<<(&x==&y)<<end1: }
A、
20 20 20 20
B、
20 20
C、
1 1
D、
出错
【正确答案】
C
【答案解析】
提交答案
关闭