hello everyone, i have been suffering from linked lists
for a long time, i have the code for linear linked lists
and it works perfectly to insert a letter and to delete
a letter. Now i want to modify it to make it circular
that is the last node should not be NULL it should point
to the first one.. Any help would be great
thanx in advance.