第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

靜態(tài)鏈表輸出有誤,為什么?

靜態(tài)鏈表輸出有誤,為什么?

C
溯源1 2017-01-13 20:22:50
#include "stdio.h"?struct student? ? {? ? long num;? ? float score;? ? struct student * next;? ? };void main(){? ? struct student stu1,stu2,stu3;? ? struct student * head,*p;? ??? ? stu1.num=1;stu1.score=2;? ? stu2.num=2;stu2.score=2;? ? stu3.num=3;stu3.score=2;? ? head=&stu1;? ? stu1.next=&stu2;? ? stu2.next=&stu3;? ? stu3.next=NULL;? ? p=head;? ? while(p!=NULL){? ? printf("%d ?%d",p->num,p->score);? ? p=p->next;? ? }? ?}
查看完整描述

1 回答

已采納
?
快樂的時光

TA貢獻79條經(jīng)驗 獲得超48個贊

5879932c0001226605000395.jpg

5879932d0001906805000327.jpg

希望對你有所幫助

查看完整回答
反對 回復(fù) 2017-01-14
  • 1 回答
  • 0 關(guān)注
  • 1166 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號