Problem with Search in a link listI think after the while loop stop, lastPtr equals 10 and temp equals NULL
Problem with Search in a link list if the searched item greater than the last element in the list,it still work by judging if (lastPtr...
Problem with Search in a link listNodePtr find(NodePtr hdList, int tofind) { NodePtr temp = hdList, lastPtr = NULL; while ((temp->d...
This user does not accept Private Messages