痰浊阻滞型缺乳的临床表现有()
A.乳汁少而不稠
B.乳汁少而稠
C. * * 硕大或下垂不胀满
D.形体肥胖
E.舌淡胖,苔腻,脉沉细
参考答案:A, C, D, E
有以下程序:#includemain(){int n,*P=NULL;*P=&n;prinff("Input n:");scanf("%d",&p);prinff("output n:");prinff("%d\n",P);}该程序试图通过指针P为变量n读入数据并输出,但程序有多处错误,以下语句正确的是【 】。
A.intn,*P=NULL;
B.*P=&n;
C.scanf("%d",&p)
D.printf("%d\n",p);