以下哪个指标不受年龄构成的影响,可以在不同地区间进行比较()。
A.粗死亡率
B.某病死亡率
C.婴儿死亡率
D.孕产妇死亡率
E.死因顺位
参考答案:C
以下程序建立了一个带有头结点的单向链表,链表结点中的数据通过键盘输入,当输人数据为-1时,表示输入结束(链表头结点的data域不放数据,表空的条件是ph->next=NULL). # include<stdio.h> struct list int datd;struct list * next;; 【19】 creatlist( ) struct list * p,*q,*ph; int a; ph= (struct list*)malloc(sizeof(struct list)); p=q=ph; printf("Input an integer number,enter-1 to end:\n"); scanf("%d",&a); while(a!=-1) p=(struct list * )malloc(sizeof(struct list)); p->data=a; q->next=p; 【20】 =p; scanf("%d",&a); p->next=’\0’; return(ph); main( ) struct list head; head=creatlist( );
欲关闭正在编辑的Word文档而不退出Word,正确的操作是()。
A.单击标题栏右端的“关闭”按钮
B.单击菜单栏右端的“关闭”按钮
C.选择“文件”菜单中的“退出”命令
D.双击标题栏左端的控制菜单图标