网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列各函数首部中,正确的是()。
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)
更多 “下列各函数首部中,正确的是()。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)” 相关考题
考题
若有以下函数首部int fun(double x[10], int *n)则下面针对此函数的函数声明语句中正确的是A)int fun(double x, int *n);B)int fun(double , int );C)int fun(double *x, int n);D)int fun(double *, int *);
考题
油轮正确的卸货顺序是_______。A.先卸首部油舱后卸尾部油舱做卸中部油舱B.先卸尾部油舱后卸首部油舱然后各舱均衡卸载C.先卸首部油舱后卸尾部油舱然后各舱均衡卸载D.先卸中部油舱后卸首部油舱然后各舱均衡卸载
考题
以下所列的各函数首部中,正确的是 ( )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)
考题
以下所列的各函数首部中,正确的是 ( )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)
考题
若有以下函数首部: int fun(double x[10],int *n) 则下面针对此函数的函数声明语句中正确的是( )。A.int fun(double x, int *n);B.int fun(double, int);C.int fun(double *x, int n);D.int fun(double*, int*);
考题
以下程序的主函数中调用了在其前面定义的fun函数#includestdio.hmain(){ double a[15],k;k=fun(a);...}则以下选项中错误的fun函数首部是A.double fun(double a[15])B.double fun(double *a)C.double fun(double a[])D.double fun(double a)
考题
若主函数中有定义语句:int a[10],b[10],c;,在主函数前定义的fun函数首部为:void fun(int x[ ]),则以下选项中错误的调用语句是( )。
A.fun(b);B.fun(C.fun(D.fun(b[11]);
考题
下面函数首部或过程首部合法的是()A、 function sumB、 procedure nextC、 function s(VAR s:real):integerD、 procedure f(a,b:real):char
考题
下面描述项中正确的是哪些()A、指针变量不可以作为函数的参数B、定义函数时可以有一个或多个形参,也可以没有形参C、函数是由函数首部与函数体构成的D、main()函数可以调用任何其它函数
考题
单选题若主函数中有定义语句:int a[10],b[10],c;在主函数前定义的fun函数首部为void fun(int x[])则以下选项中错误的调用语句是( )。A
fun(b);B
fun(c);C
fun(a[3]);D
fun(b[11]);
考题
单选题油轮正确的卸货顺序是()。A
先卸首部油舱,后卸尾部油舱,再卸中部油舱B
先卸尾部油舱,后卸首部油舱,各舱均衡卸载C
先卸首部油舱,后卸尾部油舱,各舱均衡卸载D
先卸中部油舱,后卸首部油舱,各舱均衡卸载
考题
单选题下面函数首部或过程首部合法的是()A
function sumB
procedure nextC
function s(VAR s:real):integerD
procedure f(a,b:real):char
考题
单选题以下程序的主函数中调用了在其前面定义的函数fun:
#include
…
main()
{
doublea[15],k;
k=fun(a);
…
}
则以下选项中错误的fun函数首部是( )。A
double fun(double a[15])B
double fun(double*a)C
double fun(double a[])D
double fun(double a)
热门标签
最新试卷