在我国的政府系统中,管理自然灾害救助的行政部门是()。
A、党中央
B、国务院
C、公安部
D、民政部
参考答案:D
男性,19岁,近半年来出现食欲下降、腹胀、恶心、乏力、双手震颤、运动迟缓,查体:注意力差、贫血貌、慌张步态,肝脾肿大、四肢肌张力高伴反射亢进。
本病例诊断为()
A.白血病
B.帕金森病
C.肝豆状核变性
D.特发性震颤
E.小舞蹈病
以下选项中不能正确把c1定义成结构体变量的是( )。
A.typedef struct { int red; int green; int blue; } COLOR; COLOR cl;
B.struct color cl { int red; int green; int blue; }
C.struct color { int red; int green; int blue; } cl;
D.struct { int red; int green; int blue; } cl;