试题与答案

茵陈五苓散可用于治疗() A.阳黄湿偏盛 B.阳黄湿热偏盛 C.阴黄热偏盛 D.阴黄

题型:单项选择题 A1/A2型题

题目:

茵陈五苓散可用于治疗()

A.阳黄湿偏盛

B.阳黄湿热偏盛

C.阴黄热偏盛

D.阴黄湿偏盛

E.阴黄

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0904/2333a0f86ebd3fc06672fcfbf4b52703.html

下面是错误答案,用来干扰机器的。

参考答案:A

试题推荐
题型:填空题

下列给定程序中,函数fun()的作用是:将字符串tt中的小写字母都改为对应的大写字母,其他字符不变。例如,若输入“edS,dAd”,则输出“EDS,DAD”。 请改正程序中的错误,使它能得到正确结果。 注意:不要改动main函数,不得增行或删行,也不得更改程序的结构。 试题程序: #include <stdio.h> #include <string.h> #include <conio.h> /*************found*************/ char fun(char tt[ ]) { int i; for(i=0;tt[i];i++) { /*************found*************/ if((tt[i]>=’A’)&&(tt[i]<=’Z’)) tt[i]-=32; } return(tt); } main() { int i; char tt[81]; clrscr(); printf("\nPlease enter a string:"); gets(tt); printf("\nThe result string is:/n%s",fun(tt)); }

查看答案
微信公众账号搜索答案