编辑工作与其他文化工作共有的特点包括()等。
A.思想性
B.选择性
C.创造性
D.加工性
E.中介性
参考答案:A, C
男性,60岁,慢性起病,病程3个月,腹痛腹泻数次,伴里急后重,为黏液脓血便,患者消瘦明显,患者被诊断为菌痢,尚需与哪种疾病鉴别()
A.结肠癌
B.病毒性肠炎
C.霍乱
D.伤寒
E.血吸虫病
以下scanf函数调用语句中对结构体变量成员的不正确引用是 struct pupil char name[20]; int age int sex; pup[5],*p; p=pup;
A.scanf("%s",pup[0].name);
B.scanf("%d",&pup[0].age);
C.scanf("%dT",&(p->sex));
D.scanf("%d",p->age);