下列哪项是国家基本药物的遴选原则不包括的?()
A.临床首选
B.基本保障
C.无不良反应
D.基层能够配备
参考答案:C
高长型组织结构
下列程序的输出结果为( )。# include < iostream.h>void main( ){char * a[ ]={"hello","the","world"};char * * pa=a;pa ++;cout << * pa <<endl;}
A.hello
B.the
C.world
D.hellotheworld