今日再練習LinkList資料結構時,看到了malloc()函式就研究一下current = (LNode *)malloc(sizeof(LNode)); //動態配置一LNode結構記憶體大小.
確定! 回上一頁