有以下函数定义,该函数的类型是()。 A: doublefun11(intary[],intlen) B: doublefun11(int[],int) C: double(int[],int) D: double
有以下函数定义,该函数的类型是()。 A: doublefun11(intary[],intlen) B: doublefun11(int[],int) C: double(int[],int) D: double
以下创建数组的方式错误的是() A: shortx[];x={1,2,3,4,5,6}; B: shortx[]=newshort[6];x[0]=9;x[1]=8;x[2]=7;x[3]=6;x[4]=5;x[5]=4; C: shortx[]=newshort[6];intlen=x.length;for(inti=0;i
以下创建数组的方式错误的是() A: shortx[];x={1,2,3,4,5,6}; B: shortx[]=newshort[6];x[0]=9;x[1]=8;x[2]=7;x[3]=6;x[4]=5;x[5]=4; C: shortx[]=newshort[6];intlen=x.length;for(inti=0;i
1