void *insertNode(Node *,int); //插入節點函數 ... insertNode(node,46); //將節點46插入在節點38之後. printList(first);. freeList(first);.
確定! 回上一頁