c程式設計

2022-06-01 20:10:02 字數 856 閱讀 1115

1樓:匿名使用者

#include

#include

#define len sizeof(struct student)struct student

*p1,*p2,*head;

struct student *print(struct student *head)

while(p!=0);

}struct student *del(int m,struct student *head)

if(m==p1->num)

else

printf("找不到節點\n");

return(head);

}struct student *insert(struct student *head)

else

else

} }while(p3!=null);

if(t==0)

// p3->next=p1;

return(head);

}main()

else

p2=p1;

}print(head);

printf("請輸入要刪除的學號\n");

scanf("%d",&m);

head=del(m,head);

print(head);

printf("請插入節點\n");

head=insert(head);

print(head);}

2樓:匿名使用者

for(;p1->next!=null;p1=p1->next;)

改為 for(;p1->next!=null;p1=p1->next)

C語言程式設計,c語言的程式設計

以下第二點或者兩點都沒弄清 1.沒理解區域性變數。2.沒有理解引數傳遞。首先區域性變數,當某個變數在函式內部或者語句塊中宣告時,該變數則是該函式或者語句塊中的區域性變數。舉例來說。void fun int a int main 函式執行結果為6 7 其次,來看引數傳遞。引數傳遞分為數值引數傳遞和位址...

c語言程式設計計算,C語言程式設計計算

int main printf 結果 f sum 我是學前端的,沒怎麼了解c,但是應該是這樣吧 include void main include int main 用c語言編寫程式,計算s 1 1 2 1 2 3 1 2 3 n include usingnamespacestd intmain ...

c語言程式設計問題,c語言程式設計問題?

include int main int i,n double sum 0 scanf d n for i 1 i n i sum i i 1.0 i 1 printf f n sum return 0 include void main c語言程式設計問題 解題思bai路 完全跟百錢買百雞的問題是...