A.char*str;str=“string”;
B.charstr[7]={‘s’,‘t’,‘r’,‘i’,‘n’,‘g’};
C.charstr1[10];str1=“string”;
D.charstr1[]=“string”,str2[]=“12345678”;
您可能感興趣的試卷
你可能感興趣的試題
A.inta;int&p=a
B.chara;char&p=a;
C.inta;int&p;p=a
D.floata;float&p=a;
A.name和pName有相同的值
B.&name[0]和pName有相同的值
C.name+i和pName+i有相同的值
D.*(name+i)和(*pName+i)有相同的值
A.*a
B.*(*(a+2)+3)
C.&a[2][3]
D.++a
A.變量a的地址值
B.無意義
C.變量p的地址值
D.3
A.ints[10],*q;q=&s[0];
B.ints[10],*q;q=s;
C.ints[10];int*q=s=1000;
D.ints[10];int*q1=s,*q2=s;*q1=*q2;
最新試題
在白盒測試法中,應(yīng)保證一個(gè)模塊中所有獨(dú)立路徑至少被測試幾次()
編寫功能需求規(guī)格說明時(shí)不需要描述的是()
白盒測試的目的不包括()
RUP軟件測試流程最后的測試步驟是()
以下哪種工具可以實(shí)現(xiàn)自動地確定一個(gè)基本路徑集()
基本路徑測試法中程序環(huán)境復(fù)雜性的含義是()
Quest Central for Database數(shù)據(jù)庫監(jiān)控工具不能管理以下哪種數(shù)據(jù)庫()
下面哪項(xiàng)不屬于系統(tǒng)測試的主要目標(biāo)()
以下哪項(xiàng)屬于SQL Server數(shù)據(jù)庫資源監(jiān)控指標(biāo)()
下面關(guān)于邊界值測試說法錯(cuò)誤的是()