● (74) is a contiguous,numbered set of variables of a given base type,which can be used and passed to functions as a unit.(74) A.RecordB.ArrayC.ParameterD.File

● (74) is a contiguous,numbered set of variables of a given base type,which can be used and passed to functions as a unit.

(74) A.Record

B.Array

C.Parameter

D.File


相关考题:

Auserhaswrittenascriptthatisnotrunningcorrectlyandasksanadministratorforhelp.Withoutaddinganythingtothescript,howcantheadministratordeterminethecauseoftheproblem?() A.Runthescriptwithan’sh-x’infront.B.Runthescriptwitha’ksh-v’infront.C.Typedebugintothecommandlinebeforerunningthescript.D.Type’set-x’intothecommandlinebeforerunningthescript.

下列程序的输出结果是______。 include using namespace std; class base { public: in 下列程序的输出结果是______。include<iostream>using namespace std;class base{public:int n;base(int x){n=x;}virtual void set(int m){n=m;cout<<n<<'';}};class deriveA:public base{public:deriveA(int x):base(x){}void set(int m){n+=m;cout<<n<<'';}};class deriveB:public base{public:deriveB(int x):base(x){}void set(int m){n+=m;cout<<n<<'';}};int main( ){deriveA d1(1);deriveB.d2(3);base*pbase;pbase=d1;pbase->set(1);pbase=d2;pbase->set(2);return 0;}

●More and more persons who use the Intemet had created a (74) or web based diary.(74)A. blogB.DBMSC.profileD, photo-set

[A] set [B] exact [C] given [D] placed

Python语句print(type([1,2,3,4]))的输出结果是()。A.<class ‘tuple'>B.<class‘dict'>C.<class ‘set'>D.<class ‘list'>

Python语句print(type([1,2,3]))的输出结果是:A.<class 'list'>B.<class 'tuple'>C.<class 'dict'>D.<class 'set'>

Python语句 print(type([1,2,3,4]))的运行结果是A.< class 'tuple'>B.<class 'dict'>C.< class ,'set'>D.<class,'list'>

运行语句print(type([1, 2, 3, 4]))输出的结果是()A.<class 'tuple'>B.<class 'dict'>C.<class 'set' >D.< class 'list' >

Python语句pint(type([]))的输出结果是()A.< class 'tuple‘>B.<class'dict'>C.< class 'set>D.<class 'list'>

Python语句print(type((1,2,3,4)))的结果是()。A.<class 'tuple'>B.<class 'dict'>C.<class 'set'>D.<class 'list'>