下列各函数首部中,正确的是()。
A: voidplay(var:Integer,varb:Integer)
B: voidplay(inta,b)
C: voidplay(inta,intb)
D: Subplay(aasinteger,basinteger)
A: voidplay(var:Integer,varb:Integer)
B: voidplay(inta,b)
C: voidplay(inta,intb)
D: Subplay(aasinteger,basinteger)
举一反三
- 以下哪个函数声明是正确的? A: voidplay(inta,intb); B: voidplay(a:Integer,b:Integer); C: voidplay(inta,b); D: Subplay(aasinteger,basinteger);
- 以下各函数定义首部中正确的是() A: voidfn(inta,b) B: voidfn(vara:Integer,varb:Integer) C: voidfn(inta,intb) D: subfn(aasinteger,basinteger)
- 下列各函数首部中,正确的是( )。 A: void play(var :Integer, var B: void play(int a, b) C: void play(int a, int b) D: Sub play(a as integer, b as integer)
- 以下各函数定义首部中正确的是_____。 A: void fn(int a,int b) B: Sub fn(a as integer,b as integer) C: void fn(int a,b) D: void fn(var :Integer,var b:Integer)
- ()是正确的函数函数声明语句。 A: floatfunc(inta,intb); B: floatfunc(inta,b); C: floatfunc(a,intb); D: floatfunc(a,b);