更多"执行语句序列: int x=10, &r=x; cout<<x<<"的相关试题:
[填空题]执行语句序列:
int x=10, &r=x;
cout<<x<<’-’<<r<<end1;
输出结果为 【8】 。
[填空题]执行下列语句序列:
im x=1,&y=x;
cout<<x<<’-’<<y<<end1;
输出结果为______。
[填空题]执行语句序列
int x=10,&r=x;
cout<<x<<’-’<<r<<endl;
输出结果为______。
[填空题]执行下列语句序列:
im x=1,&y=x;
cout<<x<<’-’<<y<<end1;
输出结果为______。
[填空题]执行"cout<<char(’A’+2)<<end1;"语句后得到的输出结果为 【6】 。
[填空题]执行"cout<<char(’F’-2)<<end1;”语句后得到的输出结果后 【6】 。
[填空题]执行“cout.<<char(‘F’,-2)<<end 1;”语句后得到的输出结果为 【3】 。
[填空题]执行“cout<<char(‘A’+2)<<end1;”语句后,得到的输出结果为 【21】 。
[填空题]执行”cout<<char(‘A’+2)<<end1;”语句后得到的输出结果为______。