下面程序的输出结果是 ______。include<iostream.h>voidmain(){intx=20;int&y=x;cout<<(x==y

下面程序的输出结果是 ______。 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.出错

时间:2023-10-05 15:06:03

相似题目