所屬科目:程式設計
二、用 C 語言撰寫一個函式,能反轉一單向鍊結串列(singly linked list):
struct node* reverse(struct node *h)。
單向鍊結串列範例如圖一。
函式內請勿複製結點,其中節點的資料結構為