We have English and art Tuesdays.[ ]
A. at
B. on
C. in
答案:B
以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请为下划线处选择正确的选项。#include < stdlib. h >stuct node char data; struct node * next; ; ( ) CreatList(char * s) struet node * h, * p, * q; h = (struet node * ) ma]loc(sizeof(struct node) ); p=q=h; while( * s! =’\0’) p = ( struct node * ) ma]loc ( sizeof( struct node) ); p- >data= *s; q- >next=p; q=p; s++; p- > next =’\0’; return hmain( ) char str[ ] = "link list"; struet node * head; head = CreatList (str);
A.char *
B.struet node
C.struct node *
D.char
为了预防肿瘤发生,在防癌膳食建议中对肉食提出的要求是要减少()。
A.鸡肉摄入
B.鸭肉摄入
C.鱼类摄入
D.猪肉摄入
E.鹅肉摄入