Write a program to insert a node at a given position in a single linked list?

Showing Answers 1 - 4 of 4 Answers

ilushka

  • Nov 3rd, 2011
 

Something like this:

Code
  1. // llist - linked list into which node will be inserted

  2. // node - linked list node to be inserted

  3. // pos - zero-based position within the linked list

  Was this answer useful?  Yes

Rahul goyal

  • Jul 20th, 2012
 

Code
  1. //let the structure name be stud//accept the data



rjshkr

  • Sep 28th, 2012
 

Code
  1.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions