皮皮学,免费搜题
登录
搜题
【简答题】
以下程序建立了一个带有头结点的单向,结点中的数据通过键盘输入,当输人数据为-1时,表示输入结束(头结点的data域不放数据,表空的条件是ph->next=NULL). include<stdio.h> struct list { int datd;struct list * next;}; 【 】creatlist( ) {struct list * p,*q,*ph; int a; ph= (struct list*)malloc(sizeof(struct list)); p=q=ph; printf('Input an integer number,enter-1 to end:/n'); scanf('%d',&a); while(a!=-1) { p=(struct list * )malloc(sizeof(struct list)); p->data=a; q->next=p; 【 】=p; scanf('%d',&a); } p->next=/0; return(ph); } main( ) { struct list head; head=creatlist( ); }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】车辆连接装置通常是指 及 。
【单选题】Suppose you are a visitor in the land of Mongolia, some friends ask you to eat with them. What kind of manners do they want you to have? They want you to give a loud 'burp(饱嗝) fter you finish eating'....
A.
the host is very friendly with the visitors
B.
one doesn't want to eat anything at all
C.
one enjoys the meal that is prepared by the host
D.
one is not polite at table
【单选题】We _________the roof of our house last night, we’re going to complete it today.
A.
repaired
B.
had repaired
C.
would repaired
D.
were repairing
【多选题】下列真值函项不是重言式的有( )。
A.
B.
C.
D.
【简答题】A: Hello, students, my name’s Gabriel. [ˈgeɪbrɪəl] B: -----1------ and thanks for joining us. We’re on page 30, and today we’re going to talk about the power of nature. A: ------2------- B: I think ma...
【单选题】已办理抵押登记的在建工程竣工并经房屋所有权初始登记后,当事人应当申请将在建工程抵押权登记转为()。
A.
预告登记
B.
更正登记
C.
异议登记
D.
房屋抵押权登记
【单选题】Chinese's labour, according to Louis-Dreyfus, is half price as that in Europe.
A.
Y
B.
N
C.
NG
【单选题】已办理抵押登记的在建工程竣工并经房屋所有权初始登记后,当事人应当申请将在建工程抵押权登记转为( )。
A.
预告登记
B.
更正登记
C.
异议登记
D.
D、房屋抵押权登记
【单选题】If you are a visitor to the city for only a few days, what kind of tickets is most suitable for you?
A.
Bus Card
B.
Tourist Ranger
C.
Single Journey
D.
Monthly Season
【简答题】Suppose you are a visitor in the land of Mongolia, some friends ask you to eat with them. What kind of manners do they want you to have? They want you to give a loud burp after you finish eating. Burp...
相关题目: