struct list { int data; struct list *next; // a pointer to struct list }; struct ... malloc(sizeof(ITEM)); // allocate memory for the new ITEM x->data = y; ...
確定! 回上一頁