學生成績鏈表處理

學生成績鏈表處理 本題要求實現兩個函數,一個將輸入的學生成績組織成單向鏈表;另外一個將成績低於某分數線的學生結點從鏈表中刪除。node 函數接口定義:web struct stud_node *createlist(); struct stud_node *deletelist( struct stud_node *head, int min_score ); 函數createlist利用scan
相關文章
相關標籤/搜索