by INDRANIL1 on December 28th, 2009

INDRANIL1

Question

Help answer this question below.

write a 'c' programto create a linked list implemented on an array containing the following numbers:1,2,3,3,3,4,4,9
and pack it to remove

write a 'c' programto create a linked list implemented on an array containing the following numbers:1,2,3,3,3,4,4,9
and pack it to remove the duplicate numbers.so that only the following data are contained by the nodes:1,2,3,4,9.

Answers. 1 helpful answer below.

  • by DeboraMilanesi59 on December 31st, 2009

    DeboraMilanesi59

    Numbers are too first. Numbers are so much more antecedent

    No comments. Post one | Permalink

Want to attach an image to your answer? Click here.

Did this answer your question? If not, then ask a new question or create a poll.

You're reading write a 'c' programto create a linked list implemented on an array containing the following numbers:1,2,3,3,3,4,4,9 and pack it to remove

Follow us on Facebook!

Related Ads

ANSWERBAG BUZZ

Make pack of nodes of linked list
Pack linked list
Write a c program to evaluate expression
Create linked list with array c