皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
以下程序的功能是:建立一个带有头结点的单向,并将存储在数组中的字符依次转储到的各个结点中,请为下划线处有号码的选择出正确的选项。 #include stuct node { char data; struct node *next;}; struct node * 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= * s ; q->next=p; q= ( ) ; s++; } p->next='\0'; return h; } main() { char str[]="link list"; struct node *head; head=CreatList(str); ... }
A.
* s
B.
struct node
C.
struct node *
D.
s->next
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】加权算术平均数的大小受下列因素的影响
A.
各组变量值大小的影响
B.
各组频数多少的影响
C.
与各组变量值大小无关
D.
与各组频数多少无关
E.
各组变量值和频数共同影响
【简答题】The supply chain includes the management of ____________ , sourcing and procurement, production scheduling, order processing, inventory management, warehousing, customer service, and after-market disp...
【判断题】享有选择权,是银行消费者在消费过程中作出自由选择并实现公平交易的前提条件。
A.
正确
B.
错误
【多选题】B2B commerce includes the following business processes
A.
Returns
B.
Manufacturing management
C.
Procurement
D.
Inventory management
【单选题】A(n) _____ system is designed to ensure the timely availability of nonhuman resources, and includes the cost in procurement, shipping/freight, storage and loss. A . Inventory control.
C.
. Materials management. C . Procurement.
D.
. All of the above.
E.
. A and C only.
【单选题】Logistical operation includes three areas: market distribution, manufacturing support, and procurement.( )
A.
正确
B.
错误
【单选题】________ includes all the activities in selling goods or services to those who buy for resale or business use.
A.
Retailing
B.
Wholesaling
C.
Procurement
D.
Warehousing
【单选题】享有()权利,是金融消费者在消费过程中作出自由选择并实现公平交易的前提条件。
A.
选择权
B.
知情权
C.
安全权
D.
受教育权
【单选题】享有()权利,是银行消费者在消费过程中作出自由选择并实现公平交易的前提条件。
A.
选择权
B.
知情权
C.
安全权
D.
受教育权
【单选题】经济学名著《选择的自由》的作者是()。
A.
阿玛蒂亚
B.
萨缪尔森
C.
艾奇沃斯
D.
弗里德曼
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题