()禁止州际商贸中的价格歧视行为。
A.《谢尔曼法案》
B.《联邦贸易委员会法案》
C.《罗宾森--帕特曼法案》
D.《塞勒--克福弗法案》
参考答案:C
美托洛尔()
A.可引起心动过缓
B.可引起反射性心动过速
C.可引起干咳
D.可引起电解质紊乱
E.可出现抑郁症
若有以下程序: #include <stdio.h> int a[]=1,3,5,7; main() int i; int *p=a; for(i=0;i<4;i++)a[i]=*p; printf("%d\n",a[2]); 上面程序的输出结果是
A) 5 B) 7 C) 1 D) 3