皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
Why did Carol write the passage?
A.
To remember her father.
B.
To draw people’s attention to AIDS.
C.
To show how little people knew about AIDS.
D.
To tell people about the sufferings of her father.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【判断题】区分简单分组和复合分组的根据是采用分组标志的多少
A.
正确
B.
错误
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转储到链表的各个结点中,请从与下划线处号码对应的一组选若中选择出正确的选项。#include stuct node{ char data struct node *next} (48) CreatLis(char *s){ struct node *h,*p,*q) h=(struct node *)malloc(sizeo...
A.
char *
B.
struct node
C.
struct node*
D.
char
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请从与下划线处号码对应的一组选项中选择出正确的选项。 #include <stdlib.h> struct node { char data; struct node *next;}; (48) CreatList(char *s) { struct node *h,*p,*q; h=(struct ...
A.
char*
B.
stmct node
C.
strumnode*
D.
char
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请为下划线处选择正确的选项。 #include < stdlib. h > stuct node char data; struct node * next; }; ( ) CreatList(char * s) struet node * h, * p, * q; h = (struet node ...
A.
char *
B.
struet node
C.
struct node *
D.
char
【单选题】以下程序的功能是建立一个带有头结点的单向链表,并将存储在数组中的字符依次转储到链表的各个结点中,请选择合适的选项填入( )。#include #include struct node {char data; struct node *next;}; struct node* CreatList(char *s){struct node *h,*p,*q;h=(struct node *)mal...
A.
p->next
B.
p
C.
s
D.
s->next
【判断题】区分简单分组和复合分组的根据是采用分组标志的多少不同。
A.
正确
B.
错误
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转存到链表的各个结点中,请填空。 #include <stdlib.h> stuct node { char data; struet node * next; }; stntct node * CreatList(char * s) { struet node *h,*p,*q; h = (struct node * ) ...
A.
*s
B.
s
C.
*s++
D.
(*s)++
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转储到链表的各个结点中,请为下划线处有号码的选择出正确的选项。 #include stuct node { char data; struct node *next;}; struct node * CreatList(char *s) { struct node *h,*p,*q; h=(struct node *) m...
A.
* s
B.
struct node
C.
struct node *
D.
s->next
【单选题】以下程序的功能是:建立一个带有头结点的单向链表,并将存储在数组中的字符依次转储到链表的各个结点中,请为下划线处有号码的选择出正确的选项。#include stuct node{ char data; struct node *next;};___(1)___ CreatList(char *s){ struct node *h,*p,*q;h=(struct node *) malloc(size...
A.
char *
B.
struct node
C.
struct node *
D.
char
【简答题】满足下列条件之一的元素:
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题