□÷9=□……□,余数最大是[ ]
A.8
B.9
C.10
D.无法确定
答案:A
有以下程序 #include <stdio.h> int fun(char s[]) { int n=0; while(*s<='9'&&*s>='0') {n=10*n+*s-'0';s++;} return(n); } main() {char s[10]={'6','1','*','4','*','9','*','0','*'}; printf("%d\n",fun(s)); } 程序的运行结果是
A.9
B.61490
C.61
D.5
煎药时,含较多挥发性成分的饮片宜()
A.先煎
B.包煎
C.另煎
D.后下
E.烊化