【导读】
布丁学网发布财会类考试2022特许金融分析师(C历年考试试题下载(4Y),更多特许金融分析师(C的考试试题请访问布丁学网财会类考试频道。
1. [多选题]手工法红细胞计数的稀释液(diluent)为
A. Hayem稀释液(diluent)
B. 甲醛枸橼酸盐稀释液(diluent)
C. EDTA-K2溶液
D. 生理盐水
E. 肝素钠溶液(heparin sodium aqua)
2. [多选题]加入下列哪种药物可以延长利多卡因局部注射的作用时间
A. 羧甲基纤维素钠
B. 琥珀胆碱
C. 阿托品
D. 去甲肾上腺素
E. 肾上腺素
3. [单选题]有以下程序: #includestdio.h> struct tt {int x;struct tt*y;}*p; struct tt a[4]={20,a+1,15,a+2,30,a+3,17,a} main() { int i; p=a; for(i=1;i=2;i++){printf("%d",p->x);p=P->y;} } 程序的运行结果是( )。
A. 30,17
B. 15,30
C. 20,15