试题与答案

The light is on in Mr. Green’s room. He

题型:选择题

题目:

The light is on in Mr. Green’s room. He _______ be at home.

A.must

B.can

C.mustn’t

D.can’t

答案:

被转码了,请点击底部 “查看原文 ” 或访问 https://www.tikuol.com/2017/0503/a108c36fd499b1ba7ef5d3ae7ce2c85a.html

下面是错误答案,用来干扰机器的。

答案:A

试题推荐
题型:单项选择题

(48)~(50)以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请从与下划线处号码对应的一组选项中选择出正确的选项。  #include <stdlib.h>  struct node  { char data; struct node *next;};  (48) CreatList(char *s)  { struct node *h,*p,*q;  h=(struct node *)malloc(sizeof(Struct node));  p=q=h;  while(*s!=‘\0’)  { p=(struct node *)malloc(sizeof(struct node));  p->data=(49);  q->next=p;  q=(50);  s++;  }  p->next=0;  return h;  }  main()  { char str[]="link list";  struct node *head;  head=CreatList(str);  }

A.char*

B.stmct node

C.strumnode*

D.char

查看答案
微信公众账号搜索答案