【名词&注释】
回车键(return key)
[单选题]C++中对于类中定义的成员,其默认的访问权限为()。
A. public
B. protected
C. private
D. static
查看答案&解析
查看所有试题
学习资料:
[单选题]对窗体编写如下代码:Option Base1Private Sub Form_Key Press(Key Ascii AsInteger)a=Array(237,126,87,48,498)m1=a(1)m2=1IfKey Ascii=13ThenForI=2To5Ifa(I)>mlThenm1=a(j)m2=IEndIfNextIEndIfPrintm1Printm2EndSub程序运行后,按回车键,输出结果为()
A. 499
B. 237
C. 498
[单选题]下列程序执行后的输出结果是()voidfunc1(inti);voidfunc2(inti);charst[]="hello,friend!";voidfunc1(inti){printf("%c",st[i]);if(i<3){i+=2;func2(i);}}voidfunc2(inti){printf("%c",st[i]);if(i<3){i+=2;func1(i);}}main(){inti=0;func1(i);printf("\n");}
A. hello
B. hel
C. hlo
D. hlm
[单选题]SqlCommand用来执行一个SQL命令,返回一个SqlDataReader对象的方法是()。
A. Connection()
B. CommandText()
C. ExecuteNonQuery()
D. ExecuteReader()
本文链接:https://www.51bdks.net/show/qwlpno.html