单选题

阅读程序:

A. 4和5和6
B. 4和4和4
C. 5和5和6
D. PrintF( )
E. NextI
F. 6和6和6

查看答案
该试题由用户188****16提供 查看答案人数:47431 如遇到问题请 联系客服
正确答案
该试题由用户188****16提供 查看答案人数:47432 如遇到问题请联系客服

相关试题

换一换
热门试题
阅读程序,写出程序运行结果。 #include void fun(int *x) { printf("%d ",++*x); } void main() { int a=25; fun(&a); } 阅读程序,写出运行结果。 main() { int y=9; for(;y>0;y--) if(y%3==0) {printf("%d",--y;continue;} } 在会议上,由参会人员阅读程序,利用测试数据人工运行程序,对输出结果进行审查,以达到测试的目的。() 阅读程序:Private Sub Form_ Click() a=0 For j=1 To 15a=a+j Mod 3 Next j Print aEnd Sub 程序运行后,单击窗体,输出结果是______。 ●在会议上,由参会人员阅读程序,利用测试数据人工运行程序,对输出结果进行审查,以达到测试的目的。这种测试方法是(29)。 阅读程序的结果是():#includeusing namespace std;int main(){ int n=’e’; switch(n–) { default: cout<<“error “; case ‘a’: case ‘b’: cout<<“good “; break; case ‘c’: cout<<“pass”; case ‘d’: cout&l 阅读程序: Option Base 1 Private Sub Form Click() Dim a(3)As Integer Print "输入的数据是;"; For i==1 To 3 a(i)=InputBox("输入数据") Print a(i); Next Print If a(1)<a(2)Then t=a(1) a(1)=a(2) a(2)=______ End If If a(2) 阅读程序:Private Sub Command1_Click() Dim arr Dim I As Integer arr=Array(0,1,2,3,4,5,6,7,8,9,10) For i=1 To 2 Print arr(7-i) NextEnd Sub程序运行后,窗体上显示的是: 阅读程序,说明程序执行后BH,BL,AL,CL的值;MOV BL,26HMOV AL,BLMOV CL,4SHR BL,CLADD BL,30HMOV BH,BLAND AL,OFHADD AL,30HMOV BL,ALINT 3BH=(),BL=(),AL=(),CL=() 阅读程序,说明程序执行后BH,BL,AL,CL的值;MOV BL, 72HMOV AL, BLMOV CL, 4SHR BL, CLOR BL, 30HMOV BH, BLAND AL, OFHOR AL, 30HMOV BL, ALINT 3BH=(),BL=(),AL=(),CL=() 阅读程序段,回答问题: CWD XOR AX,DX SUB AX,DX 该程序片段中,AX寄存器的内容是一个16位有符号数。 若执行前(AX)=0FEDCH,则执行后(AX)等于多少? 阅读程序: Option Base1 Private Sub Form_Click() Dim a(3)As Integer Print“输入的数据是:”; For i=1 To 3 a(i)=InputBox(“输人数据”) Print a(i); Next Print If a(1) t=a(1) a(1)=a(2) a(2)= 【8】 End 阅读程序: Function Fun(a As Integer) Static C   b=0:b=b+2:c=c+2   F=a*b*c End Function Private Sub Command1_Click() Dim a As Integer   a=2   For i=1 To 2     Print Fun(A) ;   Next End Sub 运行上面的程序,单击命令按钮,输出结果为 阅读程序: Option Base1 Private Sub Form_Click() Dim a(3)As Integer Print“输入的数据是:”; For i=1 To 3 a(i)=InputBox(“输人数据”) Print a(i); Next Print If a(1)a(3) Then m=a(2) Else If a(1)>a(3)Then m=【 】 Else m=【 】 阅读程序: Option Base1 Private Sub Form_Click() Dim a(3)As Integer Print“输入的数据是:”; For i=1 To 3 a(i)=InputBox(“输人数据”) Print a(i); Next Print If a(1) t=a(1) a(1)=a(2) a(2)=【8】 End If If a(2)>a(3) Then m=a 阅读程序: Option Base 1 Private Sub Form_Click() Dima(3)As Integer Print"输入的数据是:"; Fori=1 To 3 a(i)=InputBox(“输入数据”) Printa(i); Next Print If a(1)<a(2) Then t=a(1) a(1)=a(2) a(2)= [10] End If Ifa(2)>a(3)T 阅读程序: Option Base 1 Private Sub Form_Click() Dim a(3)As Integer Print“输入的数据是:”; For i=1 to 3 A (i)=Input Box(“输入数据”) Print a (i) Next Print If a(1)<a(2)Then t=a(1) a(1)=a(2) a(2)= 【8】 End lf If a(2)> 阅读程序: Function F(a As Integer)b=0Static cb=b+1c=c+1F=a+b+c End Function Private Sub Command1_Click()Dim a As Integera=2For i=1 To 3 Print F(A)Next i End Sub 运行上面的程序,单击命令按钮,输出结果为 ______。 阅读程序#includeint ?main(){int i,j;float x,y;scanf("%f,%f",&i,&j);scanf("%f,%f",&x,&y);printf("i=%d,j=%d",i,j);printf("x=%f,y=%f",x,y);return 0;}如果从键盘上输入32,1812.5,-4.3则程序的运行结果是() 阅读程序,输出结果。#includeusing namespace std;int main(){ int aa[2][5] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; int ptr1 = (int )(&aa + 1); int ptr2 = (int )((aa + 1)); cout<<(ptr1 – 1)<<” “<&l
购买搜题卡 会员须知 | 联系客服
会员须知 | 联系客服
关注公众号,回复验证码
享30次免费查看答案
微信扫码关注 立即领取
恭喜获得奖励,快去免费查看答案吧~
去查看答案
全站题库适用,可用于E考试网网站及系列App

    只用于搜题看答案,不支持试卷、题库练习 ,下载APP还可体验拍照搜题和语音搜索

    支付方式

     

     

     
    首次登录享
    免费查看答案20
    微信扫码登录 账号登录 短信登录
    使用微信扫一扫登录
    登录成功
    首次登录已为您完成账号注册,
    可在【个人中心】修改密码或在登录时选择忘记密码
    账号登录默认密码:手机号后六位