單項選擇題所有的C#類都位于幾個命名空間?()
A.1
B.2
C.3
D.4
您可能感興趣的試卷
你可能感興趣的試題
1.單項選擇題C#中每個char類型變量占用內存字節(jié)數(shù)?()
A.1
B.2
C.3
D.4
2.單項選擇題在C#中下列表達式不正確的是()。
A.double a,double b=2,int c=3,a=b+c
B.short a,byte b=2,byte c=3,a=b+c
C.string a,string b=”1” string c=”2” a=b+c
D.bool a,bool b=true,bool c=false a=b==c