This loop. Node* link[5]; for(int q = 0; q < 5; q++) { link[q] = malloc(sizeof(struct Node)); link[q] = NULL; }. results in memory leaks ...
確定! 回上一頁