鲁迅先生的《故事新编》1936年1月作为“文学丛刊”出版时,收录历史小说的篇数是()
A.8篇
B.7篇
C.9篇
D.10篇
参考答案:A
以下程序的运行结果是【 】 #include <string.h> typedef struct student{ char name[10]; long sno; float score; }STU; main( ) { STU a={“zhangsan”,2001,95},b={“Shangxian”,2002,90}, c={“Anhua”,2003,95},d,*p=&d; d=a; if(strcmp(a.name,b.name)>0) d=b; if(strcmp(c.name,d.name)>0) d=c; printf(“%ld%s\n”,d.sno,p->name); }
货币乘数