网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
已知字符'A'的ASCII码为65,y的类型是int则执行y='A'+2;后,y的值是
A.67
B.2
C.'C'
D.652
参考答案和解析
7AH
更多 “已知字符'A'的ASCII码为65,y的类型是int则执行y='A'+2;后,y的值是A.67B.2C.'C'D.652” 相关考题
考题
下列程序执行后,屏幕的输出是()。includeusing namespace std;void swap(int x,int y)
下列程序执行后,屏幕的输出是( )。 #include<iostream> using namespace std; void swap(int x,int y) { int temp=x; x=y; y=temp; cout<<"x="<<x<<"",y=""<<y<<end1; } int main() { int x=3,y=2; swap(x,y); cout<<"x="<<x<<",y="<<y<<end1; return 0; }A.x=3,y=2 x=3,y=2B.x=2,y=3 x=3,y=2C.x=2,y=3 x=2,y=3D. x=3,y=2 x=2,y=3
考题
若x、y、z、m均为int型变量,则执行下面语句后m的值是( )。 m=1; x=2; y=3; m=(m<x) ? m : x; m=(m<y) ? m : y; m=(m<y) ? m : z;A.1B.2C.3D.4
考题
设x和y均为int型变量,则执行下面的循环后,y值为()。include void main(){int x, y;f
设x和y均为int型变量,则执行下面的循环后,y值为( )。#include <iostream.h>void main(){int x, y;for(y= 1,x= 1 ;y<=50;y++){ if(x>=10) }break;if (x%2==1){ x+=5; continue;} x-=3;} cout<<y;A.2B.4C.6D.8
考题
设x和y为int型变量,则执行下面的循环后,y的值为( ) for(y=l, x=l; y=50; x==10) break; if(x%2==1){ x+=5; continue;} X -= 3; }A.2B.4C.6D.8
考题
设x和y均为int型变量,则执行下的循环后,y值为()for(y=1,x=1;y=50;y) {if(x==10))break; if(x%2==1) {x=5;continue;} x-=3; }A、2B、4C、6D、8
考题
单选题已知:int x= 1,y = 2,z =0,则执行z=xy?(10+x,10-x):(20+y,20-y)后,z的值为()A
11B
9C
18D
22
热门标签
最新试卷