i changed my code so i didnt have to use a function...having the same problem as above...pls help. thanks a tonne printf("Search...
so i change the *void found to *char found. also i know the max match can only be 128 characters so *char found [128]? then *char found [128] =...
the node struct is as follows. struct node { char *task; int i; char *cht; node *next; }; so find[] should look into...
sorry...ch1 is find....its the array of what has to be found. typo but i changed the name from ch1 to find to make it easier to read here. its...
Hi, i need some quick help in something ive been working on and cannot seem to get around. any help would be appreciated. i have a linked list....
hi there people. i have a linked list in which i want to delete a particular node. I have created this function and it works. I pass the...
Separate names with a comma.