已知有職工情況結(jié)構(gòu)變量emp定義為: 下列對(duì)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;
A.point.x=1;point.y=2; B.point={1,2}; C.p.x=1;p.y=2; D.p={1,2};
A.~A B.A==0 C.A&(~(A&B)) D.1<<(x-1)&A==1<<(x-1)