單項選擇題

已知有職工情況結(jié)構(gòu)變量emp定義為:

下列對emp的birth正確賦值方法是()。

A.year=1980;month=5;day=1;
B.birth.year=1980;birth.month=5;birth.day=1;
C.emp.year=1980;emp.month=5;emp.day=1;
D.emp.birth.year=1980;emp.birth.month=5;emp.birth.day=1;


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題有以下說明語句:struct point{int x;int y;}p;則正確的賦值語句是()

A.point.x=1;point.y=2;
B.point={1,2};
C.p.x=1;p.y=2;
D.p={1,2};

2.單項選擇題判斷元素x∈A對應(yīng)的表達(dá)式是()

A.~A
B.A==0
C.A&(~(A&B))
D.1<<(x-1)&A==1<<(x-1)

3.單項選擇題實現(xiàn)集合運算求補集~A運算的對應(yīng)表達(dá)式是()

A.~A
B.A==0
C.A&(~(A&B))
D.1<<(x-1)&A==1<<(x-1)

4.單項選擇題實現(xiàn)集合運算AB運算的對應(yīng)表達(dá)式是()

A.A∣B
B.A&B
C.A&(~(A&B))
D.A∣B==B

5.單項選擇題實現(xiàn)集合運算A-B運算的對應(yīng)表達(dá)式是()

A.A∣B
B.A&B
C.A&(~(A&B))
D.A∣B==B