A、Sub f1(ByVal n%())
B、 Sub f1(%)As integer
C、 Function f1%(f1%)
D、 Function f1(ByVal n%)
第1题:
要想从子过程调用后返回两个结果,下面子过程语句说明合法的是()。
A.Sub f(ByVal n%,ByVal m%)
B.Sub f(n%, m%)
C.Sub f(n%,ByVal m%)
D.Sub f(ByVal n%,m%)
第2题:
第3题:
第4题:
第5题:
下面子过程语句说明合法的是( )。
A.Sub f1(ByValx() As Integer)
B.Subf1(x%())As Integer
C.Functionf1%(f1%)
D.Functionf1%(x As Integer)
第6题:
下面子过程语句说明合法的是
A.Sub f1(s1 As String*8)
B.Sub f1(n()As Integer)As Integer
C.Function f1(f1 As Integer)As Integer
D.Function f1(By Val n As Integer)
第7题:
下面子过程语句说明合法的是( )。
A.Function f1(By Valn%)
B.Sub f1(n%)As Integer
C.Function f1%(f1%)
D.Sub f1(ByValn%())
第8题:
下面子过程语句说明合法的是( )
A.Subf1(ByValnAsInteger)
B.Subf1(nAsInteger)AsInteger
C.Functionf1(f1AsInteger)AsInteger
D.Finctionf1(ByValf1AsInteger)
第9题:
A.Sub fib(ByRef i%())
B.Sub fib(j%) As Integer
C.Functionf%(f%)
D.Function f1!(ByValn%)