网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
15、设x为int型变量,则执行以下语句后,x的值为 x=10; x*=x;
A.10
B.20
C.100
D.0
参考答案和解析
30
更多 “15、设x为int型变量,则执行以下语句后,x的值为 x=10; x*=x;A.10B.20C.100D.0” 相关考题
考题
设int x:,则经过______ 后,语句*px=0;可将x值置为0。A.int*px;B.int const *px=x;C.int* const px=x:D.const int *px=x;
考题
设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、z均为int型变量,则执行以下语句后,x、y, z的值为( ) X=1; y=0; Z=2; y++++Z ||++ X;A.2、l、3B.2、0、3C.2、l、3D.2、1、2
考题
设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
考题
类A有如下成员函数:int A::fun(double x){return (int) x/2;}int A::fun(int x){return x*2;}设a为类A的对象,在主函数中有int s=a.fun(6.0)+a.fun(2),则执行该语句后,s的值为()。
考题
设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
考题
单选题设x为int型变量,则执行语句段x=10;x+=x-=x-x;后,x的值为()A
30B
20C
40D
10
热门标签
最新试卷