+ 1
Why delete function do not work?
2 Answers
+ 2
May you trying
if(n->next==NULL) or if(n!=NULL) ?
+ 1
because you haven't written any logic to delete a node inside delete function.
Hot today
Python — File Handling
2 Votes
Help me
0 Votes
What’s wrong?
2 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Achievements on Sololearn
1 Votes
How to draw in the console?
0 Votes