malloc and calloc. Otherwise memory leaks occurs. 3. E.g.. nodePT L=NULL;. L = (nodePT)malloc(sizeof(struct node)); free(L);. Assume:.
確定! 回上一頁