以下所列的各函数首部中,正确的是 ( )A.void play(var a:In.teger,var b:Integer)B.void play(in

题目

以下所列的各函数首部中,正确的是 ( )

A.void play(var a:In.teger,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play (a as integer,b as integer)

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

3.以下所列的各函数首部中,正确的是()

A.void play(var :Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


C

第2题:

以下所列的函数首部说明形式中,正确的是___

A.void play(var :Integer,var b:Integer)

B.void play(int a,int b)

C.void play(int a,b)

D.Sub play(a as integer,b as integer)


void play(int a,int b)

第3题:

【单选题】以下所列的各函数首部中,正确的是()。

A.void play(var :Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


C

第4题:

以下所列的各函数首部中,正确的是()。

A.void play(int a,b)

B.void play(var :Integer,var b:Integer)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


void play ( int a,int b )

第5题:

以下所列的各函数首部中,正确的是

A.void play(var :Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


C

第6题:

以下所列的各函数首部中,正确的是:()

A.void play(var :Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


void play ( int a,int b )

第7题:

以下所列的各函数首部中,正确的是______。

A.void play(var:Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


正确答案:C

第8题:

以下所列的各函数首部中,正确的是

A.void play(var :Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


正确答案:C

第9题:

以下所列的各函数首部中,正确的是 ( )

A.void play (var:Integer,var b:Integer)

B.void play(int a,b)

C.void play(int a,int b)

D.Sub play(a as integer,b as integer)


正确答案:C