某地下室层高2.4m,室内外地面高差为1.3m,该地下室为()。
A.地下室
B.半地下室
C.应算地上层
D.都不是
参考答案:A
以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请为下划线处选择正确的选项。#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
在汽油中乙醇含量在0-10%时,对金属基本没有腐蚀,但乙醇含量超过15%时,必须添加有效的()。
A.腐蚀抑制剂
B.抗腐抑制剂
C.汽油清净剂
D.化学添加剂