A、prevention
B、protection
C、preservation
D、preparation
第1题:
In the 1960s, there was a change in fashion in ______ of small cars.
A、fever
B、fovea
C、favor
D、fear
第2题:
35、以下程序的运行结果是___________。 void print(char *s){ printf("%s", s); } int main(){ char *p, *q; char str[]="Hello, World\n"; q=p=str; p++; printf(q); printf(p); return 0; }
A.H e
B.Hello, World ello, World
C.Hello, World Hello, World
D.ello, World llo, World
第3题:
完成下列任务: (1)后台查找根目录下所有比/etc/man.config新的文件并将结果存储到find.result中 find / -newer /etc/man.config >> find.result & (2) 查看工作列表,是否有find在执行? jobs (3) 等待find工作结束,查看工作列表还有find了么? 没有 (4) 查看find.result文件的内容最后十行中前五行的内容。 tail find.result | head -5
第4题:
第5题:
【多选题】顾客资格鉴定一般遵循MAN法则,即()
A.顾客购买决策权鉴定(Authority)
B.顾客购买力鉴定(Money)
C.顾客头脑鉴定(Mind)
D.顾客购买需求鉴定(Need)
第6题:
s = "abcd1234",find()函数可以在字符串中搜索子串,s.find("cd")返回的结果是__________。