题目
A.SubProc(xAs Integer,yAs Integer)
B.SubProc(ByValxAs Integer,yAs Integer)
C.SubProc(xAs Integer,ByValyAs Integer)
D.SubProc(ByValxAs Integer,ByValyAs Integer)
第1题
要想在过程Proc调用后返回形参x和y的变化结果,下列定义语句中正确的是______。
A.Sub Proc(x as Integer, y as Integer)
B.Sub Proc(By Val x as Integer, y as Integer)
C.Sub Proc(x as Integer, By Val y as Integer)
D.Sub Proc(By Val x as Integer, By Val y as Integer)
第2题
要想在过程Proc调用后返回形参x和y的变化结果,下列定义语句中正确的是()。
A.Sub Proc(x as Integer,y as Integer)
B.Sub Proc(ByVal x as Integer,y as Integer)
C.Sub Proc(x as Integer,ByVal y as Integer)
D.Sub Proc(ByVal x as Integer,ByVal y as Integer)
第3题
(27 )要想在过程 Proc 调用后返回形参 x 和 Y 的变化结果,下列定义语句中正确的是
A ) Sub Proc (x as Integer,y as Integer )
B ) Sub Proc (ByVal x as Integer, y as Integer )
C ) Sub Proc (x as Integer,Byval y as Integer )
D ) Sub Proc (Byval x as Integer, Byval y as Integer )
第4题
A.Sub Proc (x as Integer,y as Integer )
B.Sub Proc (ByVal x as Integer, y as Integer )
C.Sub Proc (x as Integer,Byval y as Integer )
D.Sub Proc (Byval x as Integer, Byval y as Integer )
第5题
A.Sub Proc(x as Integer,Y as Integer)
B.Sub Proc(ByVal x as Integer,Y as Integer)
C.Sub Proc(x as Integer,ByVal Y as Integer)
D.Sub Proc(ByVal x as Integer,ByVal Y as Integer)
第6题
A.Sub proc(x%,Byval y%)
B.Sub proc(ByVal x%,Byval y%)
C.Sub proc(x%,y%)
D.Sub proc(Byval x%,y%)
第7题
A.Sub proc(x%,Byval y%)
B.Sub proc(ByVal x%,Byval y%)
C.Sub proc(x%,y%)
D.Sub proc(Byval x%,y%)
第8题
若要在子过程Proc l调用后返回两个变量的结果,下列过程定义语句中有效的是()。
A.Sub Proc1(n,m)
B.Sub Proc1(By Val n ,m)
C.Sub Proc1(n, By Val m)
D.Sub Proc1 (By Val n,By Val m)
第10题
A.Sub f(ByVal n%,ByVal m%)
B.Sub f(n%, m%)
C.Sub f(n%,ByVal m%)
D.Sub f(ByVal n%,m%)
第11题
A.Sub f1(n%,ByVal m%)
B.Sub f2(ByVal n%,ByVal m%)
C.Sub f1(ByVal n%,m%)
D.Sub f1(n%,m%)
为了保护您的账号安全,请在“赏学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!